File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
1
+ # This workflow will build a Java project with Maven
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
3
4
4
name : Kotlin CI
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
75
75
run : chmod +x gradlew && ./gradlew test --no-daemon
76
-
You can’t perform that action at this time.
0 commit comments