Skip to content

Commit

Permalink
build: bump to gradle 8.12 too
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Jan 26, 2025
1 parent 29cbae8 commit 994b387
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_1.20.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
- name: 'Setup Gradle 8.8 🏗️'
- name: 'Setup Gradle 8.12 🏗️'
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: '8.8'
gradle-version: '8.12'
- name: 'Checkout for CI 🛎️'
uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_1.21.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
- name: 'Setup Gradle 8.8 🏗️'
- name: 'Setup Gradle 8.12 🏗️'
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: '8.8'
gradle-version: '8.12'
- name: 'Checkout for CI 🛎️'
uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ bukkit_spigot_api=1.21.1-R0.1-SNAPSHOT
bukkit_paper_api=1.21.1-R0.1-SNAPSHOT

# Fabric build settings
fabric_loom_version=1.7-SNAPSHOT
fabric_loader_version=0.16.9
fabric_loom_version=1.9-SNAPSHOT
fabric_loader_version=0.16.10
fabric_yarn_mappings=1.21.1+build.3
fabric_api_version=0.107.0+1.21.1
fabric_adventure_platform_version=5.14.2
Expand Down

0 comments on commit 994b387

Please sign in to comment.