Skip to content

Commit

Permalink
Fix deprecated build warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jul 6, 2024
1 parent e70b716 commit 7d5ed9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ subprojects {
}
tasks.register('configCacheTest', Test) {
systemProperty 'com.diffplug.config-cache-test', 'true'
testClassesDirs = testing.suites.test.sources.output.classesDirs
classpath = testing.suites.test.sources.runtimeClasspath
}
tasks.named('check') {
dependsOn 'configCacheTest'
Expand Down

0 comments on commit 7d5ed9b

Please sign in to comment.