Skip to content

Commit 3b13332

Browse files
committed
Forgot a step
1 parent 7f3bec9 commit 3b13332

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/dev-build-release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,16 @@ jobs:
2020
- name: Clone project
2121
uses: actions/checkout@v4
2222

23-
- name: Install JDK 21
23+
- name: Install JDK 8
2424
uses: actions/setup-java@v4
25+
with:
26+
java-version: '8'
27+
distribution: 'temurin'
28+
check-latest: true
29+
30+
- name: Setup gradle
31+
uses: gradle/actions/setup-gradle@v4
32+
2533
- name: Run build & publish with Gradle Wrapper
2634
if: github.ref == 'refs/heads/master'
2735
run: chmod +x ./gradlew && ./gradlew publishAllPublicationsToMavenRepository

0 commit comments

Comments
 (0)