We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e96e2 commit 650411fCopy full SHA for 650411f
1 file changed
.github/workflows/gradle.yml
@@ -33,11 +33,13 @@ jobs:
33
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
34
- name: Setup Gradle
35
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
36
+ with:
37
+ gradle-version: '8.9'
38
- - name: Build with Gradle Wrapper
- run: ./gradlew :Standalone:Paper:build
39
40
- run: ./gradlew :ProxyBridge:Velocity:build
+ - name: Build with Gradle 8.9
+ run: gradle :Standalone:Paper:build
41
42
+ run: gradle :ProxyBridge:Velocity:build
43
44
#- name: Upload Jar
45
# uses: actions/upload-artifact@v4
0 commit comments