Skip to content

Commit

Permalink
Update dependency:get command to latest syntax (#642)
Browse files Browse the repository at this point in the history
Update dependency:get command to latest syntax

Co-authored-by: Mehmet Tokgöz <[email protected]>
  • Loading branch information
JackPGreen and mehmettokgoz authored Aug 14, 2023
1 parent dd6cd1c commit 1723cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start_rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ def download_if_necessary(repo, artifact_id, version, is_test_artifact=False):
args = [
"mvn",
"-q",
"dependency:get",
"org.apache.maven.plugins:maven-dependency-plugin:2.10:get",
"-Dtransitive=false",
"-DrepoUrl=" + repo,
"-DremoteRepositories=" + repo,
"-Dartifact=" + artifact,
"-Ddest=" + dest_file_name,
]
Expand Down

0 comments on commit 1723cc0

Please sign in to comment.