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 c04dc3c commit 6036680Copy full SHA for 6036680
.github/workflows/build.yml
@@ -7,19 +7,19 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
- - name: Set up JDK 17
+ - name: Set up JDK 21
11
uses: actions/setup-java@v4
12
with:
13
distribution: 'temurin'
14
- java-version: 17
+ java-version: 21
15
cache: 'gradle'
16
- name: Make gradlew executable
17
run: chmod +x ./gradlew
18
- name: Build with Gradle
19
run: ./gradlew build
20
- uses: actions/upload-artifact@v4
21
22
- name: ForgeArtifact
+ name: NeoForgeArtifact
23
path: ./neoforge/build/libs/*.jar
24
25
0 commit comments