Skip to content

Commit

Permalink
Use same version
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Jul 26, 2024
1 parent a005f4e commit 89e055f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ ! -e "${checkerFrameworkJar}" ]; then
checkerFrameworkJar="${dir}/build/checker-${cfVersion}-all.jar"
if [ ! -e "${checkerFrameworkJar}" ]; then
echo "Downloading $(basename "${checkerFrameworkJar}") from Maven central"
mvn -q org.apache.maven.plugins:maven-dependency-plugin:3.6.1:copy \
mvn -q org.apache.maven.plugins:maven-dependency-plugin:3.7.1:copy \
-Dartifact="io.github.eisop:checker:${cfVersion}:jar:all" \
-DoutputDirectory="$(dirname "${checkerFrameworkJar}")"
fi
Expand Down

0 comments on commit 89e055f

Please sign in to comment.