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 514e490 commit e0aa6a3Copy full SHA for e0aa6a3
.github/workflows/build.yml
@@ -12,10 +12,10 @@ jobs:
12
fetch-depth: 0
13
fetch-tags: true
14
15
- - name: Setup JDK 21
+ - name: Setup JDK 17
16
uses: actions/setup-java@v4
17
with:
18
- java-version: '21'
+ java-version: '17'
19
distribution: 'temurin'
20
21
- name: Setup Gradle
build.gradle
@@ -25,7 +25,7 @@ base {
25
archivesName = mod_id
26
}
27
28
-// Mojang ships Java 17 to end users from 1.18 to 1.20.4, so your mod should target Java 17.
+// Mojang ships Java 17 to end users in 1.20.4, so mods should target Java 17.
29
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
30
31
neoForge {
0 commit comments