We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0b743 commit f83ed6cCopy full SHA for f83ed6c
.github/workflows/development.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Set up JDK
44
uses: actions/setup-java@v4
45
with:
46
- java-version: 17
+ java-version-file: .java-version
47
distribution: 'zulu'
48
cache: maven
49
.github/workflows/master.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
server-id: central
0 commit comments