Skip to content

Commit

Permalink
Previous fix did not work, instead move the other galah-vendor JDK in…
Browse files Browse the repository at this point in the history
…stalling test second-to-last so it won't interfere with anything else.
  • Loading branch information
causalnet committed May 11, 2024
1 parent 19f66bc commit 998cf55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@
<settingsFile>src/it/settings.xml</settingsFile>
<localRepositoryPath>${it.local.repo}</localRepositoryPath>
<postBuildHookScript>verify</postBuildHookScript>
<setupIncludes>
<setupInclude>setup-*</setupInclude>
</setupIncludes>
<pomIncludes>
<pomInclude>*</pomInclude>
</pomIncludes>
Expand Down
3 changes: 3 additions & 0 deletions src/it/maven-repo-jdk/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ invoker.goals.19=install:install-file -Dclassifier=macos-aarch64 -Dfile=src/jdka
#Install JDK from archive in local repo
invoker.goals.20=clean verify

#Run second last - the galah vendor JDK, if left there, can interfere with other tests looking for plain JDK 17
invoker.ordinal=-50

#The verify script will check that the fake JDK was actually grabbed from the local repo
2 changes: 0 additions & 2 deletions src/it/setup-clean-galah-jdks/invoker.properties

This file was deleted.

0 comments on commit 998cf55

Please sign in to comment.