We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2292224 commit 3ed3014Copy full SHA for 3ed3014
1 file changed
jdk-javac-plugin/build.gradle
@@ -5,10 +5,7 @@ plugins {
5
id 'nullaway.java-test-conventions'
6
}
7
8
-// Use JDK 21 toolchain but emit Java 17 bytecode so tests run on JDK 17/21
9
-//java.toolchain.languageVersion.set JavaLanguageVersion.of(21)
10
-
11
-// Allow Java 17 features here
+// Allow Java 17 features for this module
12
tasks.withType(JavaCompile).configureEach {
13
sourceCompatibility = JavaVersion.VERSION_17
14
targetCompatibility = JavaVersion.VERSION_17
0 commit comments