Skip to content

Commit

Permalink
Update workflow to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sunye committed Sep 28, 2024
1 parent e2a9c9d commit 78f681c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Cache Maven packages
Expand All @@ -45,10 +45,10 @@ jobs:
needs: build-bundles
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build plugins with Tycho
Expand All @@ -59,10 +59,10 @@ jobs:
needs: build-bundles
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Install GPG key
Expand Down

0 comments on commit 78f681c

Please sign in to comment.