Step to install sbt and dragonwell fix for 11

This commit is contained in:
Aparna Jyothi 2025-04-11 12:06:12 +05:30
parent a87315f729
commit 31c9df3d55
2 changed files with 11 additions and 0 deletions

View file

@ -132,6 +132,11 @@ jobs:
distribution: 'adopt'
java-version: '11'
cache: sbt
- name: Setup SBT
if: matrix.os == 'macos-13'
run: |
echo ""Installing SBT...""
brew install sbt
- name: Create files to cache
run: sbt update

View file

@ -48,6 +48,12 @@ jobs:
- distribution: oracle
os: ubuntu-latest
version: 20
- distribution: dragonwell
os: ubuntu-latest
version: '11.0'
- distribution: dragonwell
os: ubuntu-latest
version: '11.0.13+9'
steps:
- name: Checkout