Skip to content

Commit 78f681c

Browse files
committed
Update workflow to Java 17
1 parent e2a9c9d commit 78f681c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Set up JDK 11
20+
- name: Set up JDK 17
2121
uses: actions/setup-java@v3
2222
with:
23-
java-version: '11'
23+
java-version: '17'
2424
distribution: 'temurin'
2525
cache: maven
2626
- name: Cache Maven packages
@@ -45,10 +45,10 @@ jobs:
4545
needs: build-bundles
4646
steps:
4747
- uses: actions/checkout@v3
48-
- name: Set up JDK 11
48+
- name: Set up JDK 17
4949
uses: actions/setup-java@v3
5050
with:
51-
java-version: '11'
51+
java-version: '17'
5252
distribution: 'temurin'
5353
cache: maven
5454
- name: Build plugins with Tycho
@@ -59,10 +59,10 @@ jobs:
5959
needs: build-bundles
6060
steps:
6161
- uses: actions/checkout@v3
62-
- name: Set up JDK 11
62+
- name: Set up JDK 17
6363
uses: actions/setup-java@v3
6464
with:
65-
java-version: '11'
65+
java-version: '17'
6666
distribution: 'temurin'
6767
cache: maven
6868
- name: Install GPG key

0 commit comments

Comments
 (0)