We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eff1cc commit 1dd5211Copy full SHA for 1dd5211
2 files changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up JDK
21
uses: actions/setup-java@v3
22
with:
23
- java-version: '8'
+ java-version: '25'
24
distribution: 'corretto'
25
26
- name: Setup Gradle
@@ -40,4 +40,4 @@ jobs:
40
uses: actions/upload-artifact@v4
41
42
name: libs
43
- path: build/libs
+ path: build/libs
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
27
28
29
30
31
0 commit comments