File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
- name : Set up JDK 17
24
24
uses : actions/setup-java@v4
25
25
with :
26
- distribution : ' temurin '
26
+ distribution : ' corretto '
27
27
java-version : ' 17'
28
28
cache : ' gradle'
29
29
- name : Cache SonarCloud packages
50
50
- name : Set up JDK 17
51
51
uses : actions/setup-java@v4
52
52
with :
53
- distribution : ' temurin '
53
+ distribution : ' corretto '
54
54
java-version : ' 17'
55
55
cache : ' gradle'
56
56
- name : Build with Gradle
68
68
- name : Set up JDK 17
69
69
uses : actions/setup-java@v4
70
70
with :
71
- distribution : ' temurin '
71
+ distribution : ' corretto '
72
72
java-version : ' 17'
73
73
cache : ' gradle'
74
74
- name : Build with Gradle
84
84
- name : Set up JDK 17
85
85
uses : actions/setup-java@v4
86
86
with :
87
- distribution : ' temurin '
87
+ distribution : ' corretto '
88
88
java-version : ' 17'
89
89
cache : ' maven'
90
90
- name : Build and analyze
You can’t perform that action at this time.
0 commit comments