File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11Dependency Analysis Plugin Changelog
22
3+ # Version 3.5.1
4+ * [ Fix] : don't try to process a non-match as a binary incompatibility.
5+ * [ Fix] : use version catalog when applying the build-health plugin.
6+ * [ Fix] : bundleTraces is a sortedSet and BundleTrace is Comparable.
7+
38# Version 3.5.0
49* [ Feat] : check binary compatibility between consumer and producer code.
510* [ Feat] : support the com.google.cloud.tools.jib plugin as an application-type plugin.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ org.gradle.parallel=true
99org.gradle.configuration-cache =true
1010org.gradle.configuration-cache.parallel =true
1111
12- VERSION =3.5.1-SNAPSHOT
12+ VERSION =3.5.1
1313
1414# https://kotlinlang.org/docs/gradle-configure-project.html#dependency-on-the-standard-library
1515kotlin.stdlib.default.dependency =false
You can’t perform that action at this time.
0 commit comments