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,17 @@ Change Log
44Unreleased
55----------
66
7+ Version 6.0.0-alpha02
8+ ---------------------
9+
10+ _ 2026-01-26_
11+
12+ ### Gradle plugin
13+
14+ * Refactor to Factory pattern and use modern Android Variant API (#3503 by [ Omar Ismail] [ omarismail94 ] )
15+ * Migrate to new Android Gradle Plugin DSL (#3504 by [ Omar Ismail] [ omarismail94 ] )
16+ * Ensure compatibility with older Kotlin consumers (#3505 by [ Omar Ismail] [ omarismail94 ] )
17+
718Version 5.5.0
819---------------------
920
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-alpha02
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-alpha02
Original file line number Diff line number Diff line change 1- VERSION_NAME =6.1 .0-SNAPSHOT
1+ VERSION_NAME =6.0 .0-alpha02
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-alpha02
You can’t perform that action at this time.
0 commit comments