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 3164dff commit db2bd8eCopy full SHA for db2bd8e
.github/workflows/main.yml
@@ -24,6 +24,11 @@ jobs:
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- uses: actions/checkout@v2
27
+ # Use a non-default JDK version
28
+ - uses: actions/setup-java@v4
29
+ with:
30
+ distribution: 'temurin'
31
+ java-version: '21'
32
33
# Runs a single command using the runners shell
34
- name: Perform a Gradle build
0 commit comments