We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0334683 commit 79e5837Copy full SHA for 79e5837
CHANGELOG.md
@@ -1,5 +1,9 @@
1
Dependency Analysis Plugin Changelog
2
3
+# Version 2.10.1
4
+* [Fix]: `BuildHealthException` extends `VerificationException`.
5
+* [Fix]: module advice must be 'actionable' to be 'not empty'.
6
+
7
# Version 2.10.0
8
* [Feat]: new `dependencyAnalysis.reporting.printBuildHealth` DSL option.
9
* [Fix]: support colorizing multiline strings.
gradle.properties
@@ -9,7 +9,7 @@ org.gradle.parallel=true
org.gradle.configuration-cache=true
10
org.gradle.configuration-cache.parallel=true
11
12
-VERSION=2.10.1-SNAPSHOT
+VERSION=2.10.1
13
14
dependency.analysis.print.build.health=true
15
0 commit comments