File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 42
42
- name : Set up Java and Maven
43
43
uses : actions/setup-java@v5
44
44
with :
45
- distribution : temurin
45
+ distribution : zulu
46
46
java-version : ${{ matrix.java }}
47
47
- name : Run Special Integration Tests
48
48
run : ./mvnw ${MAVEN_ARGS} -B package -P minimal-watch-timeout-dependent-it --file pom.xml
Original file line number Diff line number Diff line change 44
44
uses : actions/setup-java@v5
45
45
with :
46
46
java-version : 17
47
- distribution : temurin
47
+ distribution : zulu
48
48
cache : ' maven'
49
49
50
50
- name : Build SDK
Original file line number Diff line number Diff line change 35
35
- name : Set up Java and Maven
36
36
uses : actions/setup-java@v5
37
37
with :
38
- distribution : temurin
38
+ distribution : zulu
39
39
java-version : ${{ inputs.java-version }}
40
40
cache : ' maven'
41
41
- name : Set up Minikube
Original file line number Diff line number Diff line change 21
21
- name : Set up Java and Maven
22
22
uses : actions/setup-java@v5
23
23
with :
24
- distribution : temurin
24
+ distribution : zulu
25
25
java-version : 21
26
26
cache : ' maven'
27
27
- name : Check code format
Original file line number Diff line number Diff line change 27
27
uses : actions/setup-java@v5
28
28
with :
29
29
java-version : 17
30
- distribution : temurin
30
+ distribution : zulu
31
31
cache : ' maven'
32
32
server-id : central
33
33
server-username : MAVEN_USERNAME
64
64
uses : actions/setup-java@v5
65
65
with :
66
66
java-version : 17
67
- distribution : temurin
67
+ distribution : zulu
68
68
cache : ' maven'
69
69
70
70
- name : Update version to new SNAPSHOT version
Original file line number Diff line number Diff line change 20
20
- name : Set up Java and Maven
21
21
uses : actions/setup-java@v5
22
22
with :
23
- distribution : temurin
23
+ distribution : zulu
24
24
java-version : 17
25
25
cache : ' maven'
26
26
- name : Build and test project
34
34
uses : actions/setup-java@v5
35
35
with :
36
36
java-version : 17
37
- distribution : temurin
37
+ distribution : zulu
38
38
cache : ' maven'
39
39
server-id : central
40
40
server-username : MAVEN_USERNAME
Original file line number Diff line number Diff line change 27
27
- name : Set up Java and Maven
28
28
uses : actions/setup-java@v5
29
29
with :
30
- distribution : temurin
30
+ distribution : zulu
31
31
java-version : 17
32
32
cache : ' maven'
33
33
- name : Cache SonarCloud packages
You can’t perform that action at this time.
0 commit comments