File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
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 : zulu
45
+ distribution : temurin
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 43
43
- name : Set up Java and Maven
44
44
uses : actions/setup-java@v5
45
45
with :
46
- java-version : 17
47
- distribution : zulu
46
+ java-version : 25
47
+ distribution : temurin
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 : zulu
38
+ distribution : temurin
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 : zulu
25
- java-version : 21
24
+ distribution : temurin
25
+ java-version : 25
26
26
cache : ' maven'
27
27
- name : Check code format
28
28
run : |
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 : zulu
30
+ distribution : temurin
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 : zulu
67
+ distribution : temurin
68
68
cache : ' maven'
69
69
70
70
- name : Update version to new SNAPSHOT version
80
80
uses : ad-m/github-push-action@master
81
81
with :
82
82
branch : " ${{inputs.version_branch}}"
83
- github_token : ${{ secrets.GITHUB_TOKEN }}
83
+ github_token : ${{ secrets.GITHUB_TOKEN }}
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 : zulu
24
- java-version : 17
23
+ distribution : temurin
24
+ java-version : 21
25
25
cache : ' maven'
26
26
- name : Build and test project
27
27
run : ./mvnw ${MAVEN_ARGS} clean install --file pom.xml
33
33
- name : Set up Java and Maven
34
34
uses : actions/setup-java@v5
35
35
with :
36
- java-version : 17
37
- distribution : zulu
36
+ java-version : 21
37
+ distribution : temurin
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 : zulu
31
- java-version : 17
30
+ distribution : temurin
31
+ java-version : 25
32
32
cache : ' maven'
33
33
- name : Cache SonarCloud packages
34
34
uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments