Skip to content

Commit 309f850

Browse files
committed
Use Java 24 for running Gradle
As of Gradle 8.14, Gradle is now compatible with Java 24 for running Gradle.
1 parent f111858 commit 309f850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/prepare-gradle-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
java-version:
2020
description: 'Java version to use for the build'
2121
required: false
22-
default: '17'
22+
default: '24'
2323
runs:
2424
using: composite
2525
steps:

0 commit comments

Comments
 (0)