Skip to content

Commit

Permalink
Downgrade Java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Feb 9, 2025
1 parent 96cd65b commit ab983bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/gradle-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ runs:
- uses: gradle/actions/wrapper-validation@v4

- name: Set up JDK 21
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '21'
java-version: '17'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ org.gradle.warning.mode=all
#########################################################
# Minecraft Versions #
#########################################################
java_version=17
minecraft_version=1.20.1
minecraft_version_range=[1.20.1]
# https://projects.neoforged.net/neoforged/neoforge
Expand Down

0 comments on commit ab983bc

Please sign in to comment.