aboutsummaryrefslogtreecommitdiff
path: root/jar-infer/jar-infer-lib/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'jar-infer/jar-infer-lib/build.gradle')
-rw-r--r--jar-infer/jar-infer-lib/build.gradle6
1 files changed, 0 insertions, 6 deletions
diff --git a/jar-infer/jar-infer-lib/build.gradle b/jar-infer/jar-infer-lib/build.gradle
index 2ae8bea..8ea4f9b 100644
--- a/jar-infer/jar-infer-lib/build.gradle
+++ b/jar-infer/jar-infer-lib/build.gradle
@@ -51,12 +51,6 @@ test {
dependsOn ':jar-infer:test-android-lib-jarinfer:bundleReleaseAar'
}
-tasks.named('testJdk21', Test).configure {
- // Tests fail since WALA does not yet support JDK 21; see https://github.com/uber/NullAway/issues/829
- // So, disable them
- onlyIf { false }
-}
-
tasks.withType(JavaCompile).configureEach {
options.compilerArgs += "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED"
}