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.
2 parents 1e33107 + bb9002c commit 98e9259Copy full SHA for 98e9259
.github/workflows/build_and_test.yml
@@ -24,10 +24,10 @@ jobs:
24
- name: Checkout code
25
uses: actions/checkout@v4
26
27
- - name: Set up JDK 17
+ - name: Set up JDK 21
28
uses: actions/setup-java@v4
29
with:
30
- java-version: '17'
+ java-version: '21'
31
distribution: 'temurin'
32
33
- name: Setup Gradle
@@ -111,10 +111,10 @@ jobs:
111
- name: Copy CI gradle.properties
112
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
113
114
115
116
117
118
119
120
0 commit comments