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 5e08ca6 commit ff122abCopy full SHA for ff122ab
.github/workflows/main.yml
@@ -7,11 +7,14 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
- container:
11
- image: openjdk:21-jdk
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: gradle/actions/wrapper-validation@v3
+ - name: Set up JDK 21
+ uses: actions/setup-java@v4
+ with:
15
+ java-version: '21'
16
+ distribution: 'temurin'
17
+ - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
18
- run: chmod +x ./gradlew
19
- run: ./gradlew clean build publishCurseForge modrinth
20
env:
0 commit comments