Skip to content

Commit 30114e7

Browse files
test
1 parent 49980e2 commit 30114e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

temporal-sdk/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ dependencies {
5151
}
5252

5353
tasks.named('compileJava21Java') {
54-
javaCompiler = javaToolchains.compilerFor {
55-
languageVersion = JavaLanguageVersion.of(23)
54+
if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_21)) {
55+
javaCompiler = javaToolchains.compilerFor {
56+
languageVersion = JavaLanguageVersion.of(21)
57+
}
5658
}
5759
options.release = 21
5860
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy