From 4ee2bab60b7cdc033cbc6183464df59911a3f5b8 Mon Sep 17 00:00:00 2001 From: Manu Sridharan Date: Sun, 21 Jul 2024 13:05:25 -0700 Subject: [PATCH] Update to WALA 1.6.6 --- gradle/dependencies.gradle | 2 +- jar-infer/jar-infer-lib/build.gradle | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index d3203078ef..f3ef517cfa 100755 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -48,7 +48,7 @@ def versions = [ // The version of Error Prone that NullAway is compiled and tested against errorProneApi : errorProneVersionToCompileAgainst, support : "27.1.1", - wala : "1.6.3", + wala : "1.6.6", commonscli : "1.4", autoValue : "1.10.2", autoService : "1.1.1", diff --git a/jar-infer/jar-infer-lib/build.gradle b/jar-infer/jar-infer-lib/build.gradle index 13a85e0955..fa1d560420 100644 --- a/jar-infer/jar-infer-lib/build.gradle +++ b/jar-infer/jar-infer-lib/build.gradle @@ -46,11 +46,6 @@ test { dependsOn ':jar-infer:test-android-lib-jarinfer:bundleReleaseAar' } -tasks.getByName('testJdk22').configure { - // Won't work until WALA supports JDK 22; see https://github.com/wala/WALA/issues/1414 - onlyIf { false } -} - tasks.withType(JavaCompile).configureEach { options.compilerArgs += "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED" }