Skip to content

Commit

Permalink
Merge pull request #43 from cicirello/fix-maven-url
Browse files Browse the repository at this point in the history
Fix Maven Central download url in makefile
  • Loading branch information
cicirello authored Dec 1, 2023
2 parents 08ec630 + dcdbbce commit 8151691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ifeq ($(OS),Windows_NT)
else
mkdir -p target
endif
cd target && curl -O -J -L "https://search.maven.org/classic/remotecontent?filepath=org/cicirello/cycle-mutation-experiments/1.0.0/cycle-mutation-experiments-1.0.0-jar-with-dependencies.jar"
cd target && curl -O -J -L "https://repo1.maven.org/maven2/org/cicirello/cycle-mutation-experiments/1.0.0/cycle-mutation-experiments-1.0.0-jar-with-dependencies.jar"


# Summarizes the experimental data, such as statistics, graphs, etc
Expand Down

0 comments on commit 8151691

Please sign in to comment.