Skip to content

Commit

Permalink
Use 'org.gradlex:java-module-testing:1.2' in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Jul 3, 2023
1 parent c6df6d1 commit 0370e29
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ plugins {
dependencies {
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:1.20.0")
implementation("org.gradlex:java-module-dependencies:1.3.1")
implementation("org.gradlex:java-module-testing:1.1")
implementation("org.gradlex:java-module-testing:1.2")
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ dependencyResolutionManagement {

// This is for testing against the latest version of the plugin, remove if you copied this for a real project
includeBuild(extra.properties["pluginLocation"] ?: rootDir.parentFile.parentFile.parentFile.parent)

// TODO remove
includeBuild(File("/Users/jendrik/projects/gradle/plugins/java-module-testing/"))
2 changes: 1 addition & 1 deletion samples/module-info-dsl/gradle/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ plugins {
dependencies {
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:1.20.0")
implementation("org.gradlex:java-module-dependencies:1.3.1")
implementation("org.gradlex:java-module-testing:1.1")
implementation("org.gradlex:java-module-testing:1.2")
}
3 changes: 0 additions & 3 deletions samples/module-info-dsl/gradle/plugins/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ dependencyResolutionManagement {

// This is for testing against the latest version of the plugin, remove if you copied this for a real project
includeBuild(extra.properties["pluginLocation"] ?: rootDir.parentFile.parentFile.parentFile.parent)

// TODO remove
includeBuild(File("/Users/jendrik/projects/gradle/plugins/java-module-testing/"))

0 comments on commit 0370e29

Please sign in to comment.