Skip to content

Commit 650411f

Browse files
Update gradle.yml
1 parent f3e96e2 commit 650411f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ jobs:
3333
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3434
- name: Setup Gradle
3535
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
36+
with:
37+
gradle-version: '8.9'
3638

37-
- name: Build with Gradle Wrapper
38-
run: ./gradlew :Standalone:Paper:build
39-
- name: Build with Gradle Wrapper
40-
run: ./gradlew :ProxyBridge:Velocity:build
39+
- name: Build with Gradle 8.9
40+
run: gradle :Standalone:Paper:build
41+
- name: Build with Gradle 8.9
42+
run: gradle :ProxyBridge:Velocity:build
4143

4244
#- name: Upload Jar
4345
# uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)