Fix java 17 build error with Gradle 8
This commit is contained in:
parent
126a28e8f4
commit
40aa49b504
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue