Skip to content

Commit

Permalink
chore: fix the java version
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Dec 9, 2024
1 parent 4b82efa commit d29203d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Set up JDK 14
- name: Set up JDK 16
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 14
java-version: 16
# - name: Download MC assets
# run: ./gradlew downloadAssets || ./gradlew downloadAssets || (sleep 30s && ./gradlew downloadAssets)
# - name: Run DataGen
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Set up JDK 14
- name: Set up JDK 16
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 14
java-version: 16
# - name: Download MC assets
# run: ./gradlew downloadAssets --info --debug || ./gradlew downloadAssets --info --debug || (sleep 30s && ./gradlew downloadAssets --info --debug)
# - name: Run DataGen
Expand Down

0 comments on commit d29203d

Please sign in to comment.