File tree 3 files changed +3
-3
lines changed
module-info-dsl/gradle/plugins
module-info-dsl-no-platform/gradle/plugins
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
implementation(" org.ow2.asm:asm:9.7.1" )
30
30
31
31
compileOnly(" org.gradlex:extra-java-module-info:1.9" )
32
- compileOnly(" com.autonomousapps:dependency-analysis-gradle-plugin:2.7 .0" )
32
+ compileOnly(" com.autonomousapps:dependency-analysis-gradle-plugin:2.8 .0" )
33
33
34
34
testImplementation(" org.spockframework:spock-core:2.1-groovy-3.0" )
35
35
testImplementation(" org.gradle.exemplar:samples-check:1.0.2" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
dependencies {
6
- implementation(" com.autonomousapps:dependency-analysis-gradle-plugin:2.7 .0" )
6
+ implementation(" com.autonomousapps:dependency-analysis-gradle-plugin:2.8 .0" )
7
7
implementation(" org.gradlex:java-module-dependencies:1.8" )
8
8
implementation(" org.gradlex:java-module-testing:1.5" )
9
9
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
dependencies {
6
- implementation(" com.autonomousapps:dependency-analysis-gradle-plugin:2.7 .0" )
6
+ implementation(" com.autonomousapps:dependency-analysis-gradle-plugin:2.8 .0" )
7
7
implementation(" org.gradlex:java-module-dependencies:1.8" )
8
8
implementation(" org.gradlex:java-module-testing:1.5" )
9
9
}
You can’t perform that action at this time.
0 commit comments