Skip to content

Commit c109a1a

Browse files
committed
Fix bubild
1 parent 65c650d commit c109a1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# Use these Java versions
14-
java: [ 21 ]
14+
java: [ 25 ]
1515
distro: [ temurin ]
1616
# and run on both Linux and Windows
1717
os: [ ubuntu-latest ]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: 21
27+
java-version: 25
2828
distribution: 'microsoft'
2929

3030
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)