Skip to content

Commit c7b975f

Browse files
Bump GitHub Actions JDK to 25 + Fix paperweight.userdev
1 parent 2f8395e commit c7b975f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
echo "$MULTI_LINE_CONTENT" >> $GITHUB_ENV
3232
echo "EOF" >> $GITHUB_ENV
3333
34-
- name: Set up JDK 21
34+
- name: Set up JDK 25
3535
uses: actions/setup-java@v4
3636
with:
37-
java-version: '21'
37+
java-version: '25'
3838
distribution: 'temurin'
3939

4040
# get short sha

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import java.io.ByteArrayOutputStream
44

55
plugins {
66
`java-library`
7-
id("io.papermc.paperweight.userdev") version "2.0.0-SNAPSHOT"
7+
id("io.papermc.paperweight.userdev") version "2.0.0-beta.19"
88
id("com.gradleup.shadow") version "9.3.2"
99
id("java")
1010
id("io.papermc.hangar-publish-plugin") version "0.1.4"

0 commit comments

Comments
 (0)