Skip to content

Commit 482a6e4

Browse files
Fix method removed by merge
1 parent a804355 commit 482a6e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ tasks.named("dispatchGitHubWorkflow") {
9090
}
9191
}
9292

93+
def toolchainVersion() {
94+
if (project.hasProperty('testToolchain')) {
95+
return project.property('testToolchain').toString().toInteger()
96+
}
97+
return 17
98+
}
99+
93100
subprojects {
94101
java {
95102
toolchain {

0 commit comments

Comments
 (0)