Browse Source

Use Java 24 for running Gradle

As of Gradle 8.14, Gradle is now compatible with Java 24 for running
Gradle.
pull/35045/head
Brian Clozel 7 months ago
parent
commit
309f850dad
  1. 2
      .github/actions/prepare-gradle-build/action.yml

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

@ -19,7 +19,7 @@ inputs: @@ -19,7 +19,7 @@ inputs:
java-version:
description: 'Java version to use for the build'
required: false
default: '17'
default: '24'
runs:
using: composite
steps:

Loading…
Cancel
Save