We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdb479 commit 7a3f2c5Copy full SHA for 7a3f2c5
build.gradle.kts
@@ -28,7 +28,7 @@ configurations.compileClasspath {
28
dependencies {
29
implementation("org.ow2.asm:asm:9.7.1")
30
31
- compileOnly("org.gradlex:extra-java-module-info:1.9")
+ compileOnly("org.gradlex:extra-java-module-info:1.10")
32
compileOnly("com.autonomousapps:dependency-analysis-gradle-plugin:2.7.0")
33
34
testImplementation("org.spockframework:spock-core:2.1-groovy-3.0")
0 commit comments