We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02255ec commit 2fde063Copy full SHA for 2fde063
.github/workflows/build.yaml
@@ -31,6 +31,7 @@ jobs:
31
uses: 'actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9' # v4.2.1
32
with:
33
java-version: 21
34
+ distribution: "temurin"
35
36
# https://github.com/gradle/actions/tree/main/setup-gradle
37
- name: 'Set up Gradle'
0 commit comments