File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed
module-info-dsl-no-platform/gradle/plugins
module-info-dsl/gradle/plugins Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ plugins {
55dependencies {
66 implementation(" com.autonomousapps:dependency-analysis-gradle-plugin:1.20.0" )
77 implementation(" org.gradlex:java-module-dependencies:1.3.1" )
8- implementation(" org.gradlex:java-module-testing:1.1 " )
8+ implementation(" org.gradlex:java-module-testing:1.2 " )
99}
Original file line number Diff line number Diff line change @@ -4,6 +4,3 @@ dependencyResolutionManagement {
44
55// This is for testing against the latest version of the plugin, remove if you copied this for a real project
66includeBuild(extra.properties[" pluginLocation" ] ? : rootDir.parentFile.parentFile.parentFile.parent)
7-
8- // TODO remove
9- includeBuild(File (" /Users/jendrik/projects/gradle/plugins/java-module-testing/" ))
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ plugins {
55dependencies {
66 implementation(" com.autonomousapps:dependency-analysis-gradle-plugin:1.20.0" )
77 implementation(" org.gradlex:java-module-dependencies:1.3.1" )
8- implementation(" org.gradlex:java-module-testing:1.1 " )
8+ implementation(" org.gradlex:java-module-testing:1.2 " )
99}
Original file line number Diff line number Diff line change @@ -4,6 +4,3 @@ dependencyResolutionManagement {
44
55// This is for testing against the latest version of the plugin, remove if you copied this for a real project
66includeBuild(extra.properties[" pluginLocation" ] ? : rootDir.parentFile.parentFile.parentFile.parent)
7-
8- // TODO remove
9- includeBuild(File (" /Users/jendrik/projects/gradle/plugins/java-module-testing/" ))
You can’t perform that action at this time.
0 commit comments