Skip to content

Commit

Permalink
Update to StubParser 3.24.4. (typetools#5346)
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst authored and wmdietl committed Oct 10, 2022
1 parent d186270 commit 1ce4caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -59,7 +59,7 @@ ext {
// afu = "${annotationTools}/annotation-file-utilities"

stubparser = "${parentDir}/stubparser"
stubparserJar = "${stubparser}/javaparser-core/target/stubparser-3.24.3.jar"
stubparserJar = "${stubparser}/javaparser-core/target/stubparser-3.24.4.jar"

jtregHome = "${parentDir}/jtreg"
plumeScriptsHome = "${project(':checker').projectDir}/bin-devel/.plume-scripts"
Expand Down

0 comments on commit 1ce4caf

Please sign in to comment.