Skip to content

Commit

Permalink
Update to Stubparser to version 3.25.2. (#5740)
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst authored Apr 3, 2023
1 parent a4e2e41 commit db8eae9
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 @@ -45,7 +45,7 @@ ext {
afu = "${annotationTools}/annotation-file-utilities"

stubparser = "${parentDir}/stubparser"
stubparserJar = "${stubparser}/javaparser-core/target/stubparser-3.25.1.jar"
stubparserJar = "${stubparser}/javaparser-core/target/stubparser-3.25.2.jar"

plumeScriptsHome = "${project(':checker').projectDir}/bin-devel/.plume-scripts"
htmlToolsHome = "${project(':checker').projectDir}/bin-devel/.html-tools"
Expand Down

0 comments on commit db8eae9

Please sign in to comment.