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 611bf2a commit 404aef3Copy full SHA for 404aef3
CHANGELOG.md
@@ -1,5 +1,8 @@
1
Dependency Analysis Plugin Changelog
2
3
+# Version 3.0.4
4
+* [Fix] Remove auto-applied kotlin-stdlib for Gradle 8.11 support.
5
+
6
# Version 3.0.3
7
* [Fix]: compare versions via `VersionNumber`, not raw strings.
8
* [Fix] Forcibly downgrade kotlin-stdlib to 2.0.21 for Gradle 8.11 support.
gradle.properties
@@ -9,7 +9,7 @@ org.gradle.parallel=true
9
org.gradle.configuration-cache=true
10
org.gradle.configuration-cache.parallel=true
11
12
-VERSION=3.0.4-SNAPSHOT
+VERSION=3.0.4
13
14
# https://kotlinlang.org/docs/gradle-configure-project.html#dependency-on-the-standard-library
15
kotlin.stdlib.default.dependency=false
0 commit comments