Fix java 17 build error with Gradle 8

This commit is contained in:
Andrea Boriero 2023-08-03 17:39:17 +02:00 committed by Christian Beikov
parent 126a28e8f4
commit 40aa49b504
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ if ( gradle.ext.javaVersions.test.release.asInt() >= 17 && gradle.ext.javaToolch
}
// Refer to the main test resources to avoid processing variables twice
resources {
srcDir 'target/resources/test'
srcDirs tasks.processTestResources
}
}
}