Skip to content

Commit

Permalink
Merge pull request #7019 from mbien/ci-update-for-nb22
Browse files Browse the repository at this point in the history
Prepare CI for NB 22 and bump minimum JDK requirement to 17
  • Loading branch information
mbien authored Feb 10, 2024
2 parents f60ecd2 + a0109cc commit ff360b6
Show file tree
Hide file tree
Showing 29 changed files with 327 additions and 280 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/dependency-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
timeout-minutes: 20
steps:

- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '22-ea'
distribution: 'zulu'

- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
uses: actions/checkout@v4
with:
Expand All @@ -59,6 +53,6 @@ jobs:
mvn -q dependency:copy -Dartifact=com.google.code.gson:gson:2.10.1 -DoutputDirectory=./lib
mvn -q dependency:copy -Dartifact=org.apache.maven:maven-artifact:3.9.6 -DoutputDirectory=./lib
echo "<pre>" >> $GITHUB_STEP_SUMMARY
java --enable-preview --source 22 -cp "lib/*" .github/scripts/BinariesListUpdates.java ./ | tee -a $GITHUB_STEP_SUMMARY
$JAVA_HOME_21_X64/bin/java --enable-preview --source 21 -cp "lib/*" .github/scripts/BinariesListUpdates.java ./ | tee -a $GITHUB_STEP_SUMMARY
echo "</pre>" >> $GITHUB_STEP_SUMMARY
rm -Rf lib
Loading

0 comments on commit ff360b6

Please sign in to comment.