File tree Expand file tree Collapse file tree
wire-gradle-plugin/src/test/projects
configuration-cache-failure
lazy-configuration-resolution Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ Change Log
44Unreleased
55----------
66
7+ Version 6.1.0
8+ ---------------------
9+
10+ _ 2026-03-24_
11+
12+ ### Common
13+
14+ * Validate Timestamp during serialization that values are within spec's range (#3550 )
15+ * Read quoted string when expecting an import (#3554 )
16+
17+ ### Gradle plugin
18+
19+ * Don't override proto target when ` protoLibrary ` is true (#3549 )
20+
21+ ### Swift
22+
23+ * Add ` google.protobuf.Struct ` support to Swift runtime (#3544 by [ Alan Zhang] [ alanjzhang ] )
24+
725Version 6.0.0
826---------------------
927
@@ -1827,6 +1845,7 @@ Initial version.
18271845 [javapoet]: https://github.com/square/javapoet
18281846 [jdbp-classpass]: https://github.com/jdbp-classpass
18291847 [jhansche]: https://github.com/jhansche
1848+ [alanjzhang]: https://github.com/alanjzhang
18301849 [jimfs]: https://github.com/google/jimfs
18311850 [jszumski]: https://github.com/jszumski
18321851 [lickel]: https://github.com/lickel
Original file line number Diff line number Diff line change 11org.gradle.jvmargs ='-Dfile.encoding=UTF-8'
22
33GROUP =com.squareup.wire
4- VERSION_NAME =6.1.0-SNAPSHOT
4+ VERSION_NAME =6.1.0
55
66# Publishing SHA 256 and 512 hashes of maven-metadata is not supported by Sonatype and Nexus.
77# See https://github.com/gradle/gradle/issues/11308 and https://issues.sonatype.org/browse/NEXUS-21802
Original file line number Diff line number Diff line change 11org.gradle.caching =false
22org.gradle.unsafe.configuration-cache =true
33org.gradle.configuration-cache =true
4- VERSION_NAME =6.1.0-SNAPSHOT
4+ VERSION_NAME =6.1.0
Original file line number Diff line number Diff line change 1- VERSION_NAME =6.1.0-SNAPSHOT
1+ VERSION_NAME =6.1.0
Original file line number Diff line number Diff line change 11org.gradle.configureondemand =true
2- VERSION_NAME =6.1.0-SNAPSHOT
2+ VERSION_NAME =6.1.0
You can’t perform that action at this time.
0 commit comments