Skip to content

Commit

Permalink
Fix method removed by merge
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed Oct 18, 2023
1 parent a804355 commit 482a6e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ tasks.named("dispatchGitHubWorkflow") {
}
}

def toolchainVersion() {
if (project.hasProperty('testToolchain')) {
return project.property('testToolchain').toString().toInteger()
}
return 17
}

subprojects {
java {
toolchain {
Expand Down

0 comments on commit 482a6e4

Please sign in to comment.