Skip to content

Commit e5ebe2e

Browse files
authored
Github actions: Java 11 -> 17
1 parent 679933f commit e5ebe2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Checkout source code
1515
uses: actions/checkout@v3
1616

17-
- name: Set up JDK 11
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v3
1919
with:
20-
java-version: '11'
20+
java-version: '17'
2121
distribution: 'adopt'
2222

2323
- name: Build with Maven
@@ -27,4 +27,4 @@ jobs:
2727
uses: actions/upload-artifact@v3
2828
with:
2929
name: kotlin-eclipse-plugin
30-
path: kotlin-eclipse-p2updatesite/target/kotlin-eclipse-plugin.zip
30+
path: kotlin-eclipse-p2updatesite/target/kotlin-eclipse-plugin.zip

0 commit comments

Comments
 (0)