Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Jul 8, 2023
1 parent 8153c26 commit a8a3636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jar-infer/jar-infer-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
id "com.github.johnrengelman.shadow"
}

// JarInfer requires JDK 11+, due to its dependence on WALA
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11

Expand Down
1 change: 1 addition & 0 deletions jar-infer/jar-infer-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ plugins {
id 'nullaway.jacoco-conventions'
}

// JarInfer requires JDK 11+, due to its dependence on WALA
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11

Expand Down

0 comments on commit a8a3636

Please sign in to comment.