Fix method removed by merge

This commit is contained in:
Marcus Da Coregio 2023-10-18 19:00:24 -03:00
parent a804355f5c
commit 482a6e4bc1

View File

@ -90,6 +90,13 @@ tasks.named("dispatchGitHubWorkflow") {
}
}
def toolchainVersion() {
if (project.hasProperty('testToolchain')) {
return project.property('testToolchain').toString().toInteger()
}
return 17
}
subprojects {
java {
toolchain {