Skip to content

Commit

Permalink
Updates for Gradle 7 support, tested and still works with Gradle 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Mar 13, 2022
1 parent 9f1008f commit cf91abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ tasks.withType(JavaCompile) { options.compilerArgs << "-proc:none" }
tasks.withType(GroovyCompile) { options.compilerArgs << "-proc:none" }

dependencies {
compile project(':framework')
testCompile project(':framework').configurations.testCompile.allDependencies
implementation project(':framework')
testImplementation project(':framework').configurations.testImplementation.allDependencies
}

// by default the Java plugin runs test on build, change to not do that (only run test if explicit task)
Expand Down

0 comments on commit cf91abf

Please sign in to comment.