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,25 @@ Change Log
44Unreleased
55----------
66
7+ Version 6.0.0
8+ ---------------------
9+
10+ _ 2026-03-13_
11+
12+ ### Common
13+
14+ * Correctly decode packed zero length uint (#3529 )
15+ * Support for multi-line type definition (#3535 by [ Joe] [ jhansche ] )
16+
17+ ### Kotlin
18+
19+ * Removed ` !! ` on some non-nullable fields. Should reduce warnings (#3533 by [ Alexandre Leblanc] [ mrtryhard ] )
20+
21+ ### Gradle plugin
22+
23+ * Bumped to Gradle ` 9.3 ` .
24+ * Okio to ` 3.17.0 ` .
25+
726Version 5.5.1
827---------------------
928
@@ -1807,12 +1826,14 @@ Initial version.
18071826 [jamieQ]: https://github.com/jamieQ
18081827 [javapoet]: https://github.com/square/javapoet
18091828 [jdbp-classpass]: https://github.com/jdbp-classpass
1829+ [jhansche]: https://github.com/jhansche
18101830 [jimfs]: https://github.com/google/jimfs
18111831 [jszumski]: https://github.com/jszumski
18121832 [lickel]: https://github.com/lickel
18131833 [liutikas]: https://github.com/liutikas
18141834 [mpawliszyn]: https://github.com/mpawliszyn
18151835 [mpeyper]: https://github.com/mpeyper
1836+ [mrtryhard]: https://github.com/mrtryhard
18161837 [okhttp_4_9_3]: https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-493
18171838 [okio_3_0_0]: https://square.github.io/okio/changelog/#version-300
18181839 [okio_3_0_0_a_3]: https://square.github.io/okio/changelog/#version-300-alpha3
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.0.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.0.0
Original file line number Diff line number Diff line change 1- VERSION_NAME =6.1.0-SNAPSHOT
1+ VERSION_NAME =6.0.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.0.0
You can’t perform that action at this time.
0 commit comments