Skip to content

Commit

Permalink
Sponge jdk 11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mosemister committed Jan 20, 2024
1 parent 682db03 commit 707eaec
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GradleBuild.yml
Original file line number Diff line number Diff line change
@@ -37,10 +37,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up JDK 16
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '16'
java-version: '11'
distribution: 'adopt'
- name: Build Sponge with Gradle
run: ./gradlew buildSponge
2 changes: 1 addition & 1 deletion CoreToFolia
2 changes: 1 addition & 1 deletion ShipsForCore
Submodule ShipsForCore updated 1 files
+4 −1 build.gradle

0 comments on commit 707eaec

Please sign in to comment.