Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
link to issue
  • Loading branch information
msridhar committed Apr 4, 2025
commit f59fa369f2f791ea7e63415cca085f46cdb3a3f2
2 changes: 1 addition & 1 deletion jar-infer/jar-infer-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tasks.withType(JavaCompile).configureEach {
}

tasks.getByName('testJdk24').configure {
// not working until we update WALA
// Will not work until WALA is updated to support JDK 24; see https://github.com/uber/NullAway/issues/1189
onlyIf { false }
}

Expand Down