Skip to content

Commit

Permalink
Silence Gradle 9 deprecation warning for test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua J. A. Harwood committed Mar 8, 2025
1 parent 32a1e56 commit be6505b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ subprojects {

testImplementation "org.junit.jupiter:junit-jupiter-api:$junit_version"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junit_version"
testRuntimeOnly "org.junit.platform:junit-platform-launcher"

experimentalImplementation project.sourceSets.main.output
project.configurations.experimentalImplementation.extendsFrom project.configurations.compileClasspath,
Expand Down

0 comments on commit be6505b

Please sign in to comment.