Skip to content

Commit

Permalink
Merge pull request #639 from adoptium/revert-633-testmauve
Browse files Browse the repository at this point in the history
Revert "Remove tools.jar dependency from TKG"
  • Loading branch information
LongyuZhang authored Nov 22, 2024
2 parents 25720dc + 3a3a46b commit a19358d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/getDependencies.pl
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@
dir => 'mauve',
fname => 'mauve.jar',
is_system_test => 1
},
tools => {
url => 'https://ci.adoptium.net/job/systemtest.getDependency/lastSuccessfulBuild/artifact/systemtest_prereqs/tools/tools.jar',
dir => 'tools',
fname => 'tools.jar',
is_system_test => 1
});

my %jars_to_use;
Expand Down

0 comments on commit a19358d

Please sign in to comment.