We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8395e commit c7b975fCopy full SHA for c7b975f
.github/workflows/gradle.yml
@@ -31,10 +31,10 @@ jobs:
31
echo "$MULTI_LINE_CONTENT" >> $GITHUB_ENV
32
echo "EOF" >> $GITHUB_ENV
33
34
- - name: Set up JDK 21
+ - name: Set up JDK 25
35
uses: actions/setup-java@v4
36
with:
37
- java-version: '21'
+ java-version: '25'
38
distribution: 'temurin'
39
40
# get short sha
build.gradle.kts
@@ -4,7 +4,7 @@ import java.io.ByteArrayOutputStream
4
5
plugins {
6
`java-library`
7
- id("io.papermc.paperweight.userdev") version "2.0.0-SNAPSHOT"
+ id("io.papermc.paperweight.userdev") version "2.0.0-beta.19"
8
id("com.gradleup.shadow") version "9.3.2"
9
id("java")
10
id("io.papermc.hangar-publish-plugin") version "0.1.4"
0 commit comments