Skip to content

Commit

Permalink
Update to stubparser 3.24.2. (#5098)
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst authored Mar 31, 2022
1 parent 9a0311b commit 87af4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ext {
afu = "${annotationTools}/annotation-file-utilities"

stubparser = "${parentDir}/stubparser"
stubparserJar = "${stubparser}/javaparser-core/target/stubparser-3.24.1.jar"
stubparserJar = "${stubparser}/javaparser-core/target/stubparser-3.24.2.jar"

jtregHome = "${parentDir}/jtreg"
formatScriptsHome = "${project(':checker').projectDir}/bin-devel/.run-google-java-format"
Expand Down

0 comments on commit 87af4e9

Please sign in to comment.