Skip to content

Commit

Permalink
Use Java 17 in Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Austerschulte committed Jun 14, 2024
1 parent cec4cf2 commit 6611f90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devnet-bundle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
~/.m2/repository
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package.json') }}
- id: setup
name: Set up JDK 11
name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- id: git
name: Set GIT username and email
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/devnet-bundle-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
~/.m2/repository
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package.json') }}
- id: setup
name: Set up JDK 11
name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- id: create_settings_xml
name: Create settings.xml
Expand Down

0 comments on commit 6611f90

Please sign in to comment.