Skip to content

Commit 3ed3014

Browse files
committed
tweak
1 parent 2292224 commit 3ed3014

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

jdk-javac-plugin/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ plugins {
55
id 'nullaway.java-test-conventions'
66
}
77

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
8+
// Allow Java 17 features for this module
129
tasks.withType(JavaCompile).configureEach {
1310
sourceCompatibility = JavaVersion.VERSION_17
1411
targetCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)