We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6713bd1 commit 52b5ad2Copy full SHA for 52b5ad2
1 file changed
.github/workflows/build.yml
@@ -13,17 +13,17 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v3
16
- - name: Set up JDK 11
+ - name: Set up JDK 21
17
uses: actions/setup-java@v3
18
with:
19
- java-version: '17'
+ java-version: '21'
20
distribution: 'temurin'
21
- name: Build with Gradle
22
uses: gradle/gradle-build-action@v2.4.2
23
24
arguments: shadowJar
25
- name: Upload jarfiles
26
if: github.event_name != 'pull_request'
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
28
29
path: plugin/build/libs/*.jar
0 commit comments