Skip to content

Commit

Permalink
Roll back to the last version with -Ddest support
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen committed Aug 11, 2023
1 parent 01c34ca commit dc6f2c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start_rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ def download_if_necessary(repo, artifact_id, version, is_test_artifact=False):
args = [
"mvn",
"-q",
"org.apache.maven.plugins:maven-dependency-plugin:3.6.0:get",
"org.apache.maven.plugins:maven-dependency-plugin:2.10.0:get",
"-Dtransitive=false",
"-DremoteRepositories=" + repo,
"-Dartifact=" + artifact,
"-Dartifact=" + artifact,
"-Ddest=" + dest_file_name,
]

Expand Down

0 comments on commit dc6f2c2

Please sign in to comment.