Skip to content

Commit f59ed4a

Browse files
fix: workflows
1 parent 63be060 commit f59ed4a

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
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up JDK
1313
uses: actions/setup-java@v4
1414
with:
15-
java-version: '21'
15+
java-version: '25'
1616
cache: 'gradle'
1717
distribution: 'microsoft'
1818
- name: Build with Gradle

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up JDK
1414
uses: actions/setup-java@v4
1515
with:
16-
java-version: '21'
16+
java-version: '25'
1717
cache: 'gradle'
1818
distribution: 'microsoft'
1919
- name: Publish & Release to Curse

0 commit comments

Comments
 (0)