There was an error while loading. Please reload this page.
1 parent a7d78d4 commit 5fc5e08Copy full SHA for 5fc5e08
2 files changed
.github/workflows/build-and-quality-checks.yml
@@ -14,10 +14,10 @@ jobs:
14
with:
15
fetch-depth: 0
16
17
- - name: Set up JDK 21
+ - name: Set up JDK 20
18
uses: actions/setup-java@v3
19
20
- java-version: '21'
+ java-version: '20'
21
distribution: 'temurin'
22
23
- name: Set up Maven
pom.xml
@@ -40,7 +40,7 @@
40
<properties>
41
<revision>3.0.0</revision>
42
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
43
- <java.version>21</java.version>
+ <java.version>20</java.version>
44
<kotlin.version>1.7.20</kotlin.version>
45
<spotless.version>2.27.2</spotless.version>
46
<retrofit.version>2.9.0</retrofit.version>
0 commit comments