Skip to content

Commit bdedc03

Browse files
committed
chore: Update java version on github actions
1 parent 644ddf7 commit bdedc03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
JAVA_VERSION: 17
9+
JAVA_VERSION: 21
1010

1111
jobs:
1212
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '*'
88

99
env:
10-
JAVA_VERSION: 17
10+
JAVA_VERSION: 21
1111
MODRINTH_ID: 'mfDfQvcJ'
1212
CURSEFORGE_ID: '544608'
1313

0 commit comments

Comments
 (0)