There was an error while loading. Please reload this page.
1 parent 679933f commit e5ebe2eCopy full SHA for e5ebe2e
.github/workflows/main.yml
@@ -14,10 +14,10 @@ jobs:
14
- name: Checkout source code
15
uses: actions/checkout@v3
16
17
- - name: Set up JDK 11
+ - name: Set up JDK 17
18
uses: actions/setup-java@v3
19
with:
20
- java-version: '11'
+ java-version: '17'
21
distribution: 'adopt'
22
23
- name: Build with Maven
@@ -27,4 +27,4 @@ jobs:
27
uses: actions/upload-artifact@v3
28
29
name: kotlin-eclipse-plugin
30
- path: kotlin-eclipse-p2updatesite/target/kotlin-eclipse-plugin.zip
+ path: kotlin-eclipse-p2updatesite/target/kotlin-eclipse-plugin.zip
0 commit comments