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 10d484f commit dcc815bCopy full SHA for dcc815b
build.gradle.kts
@@ -31,7 +31,7 @@ configurations.compileClasspath {
31
dependencies {
32
implementation("org.ow2.asm:asm:9.8")
33
34
- compileOnly("org.gradlex:extra-java-module-info:1.12")
+ compileOnly("org.gradlex:extra-java-module-info:1.13")
35
compileOnly("com.autonomousapps:dependency-analysis-gradle-plugin:2.19.0")
36
37
testImplementation("org.assertj:assertj-core:3.27.3")
0 commit comments