File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- uses : actions/checkout@v4
11
- - name : Set up JDK 23
11
+ - name : Set up JDK 24
12
12
uses : actions/setup-java@v4
13
13
with :
14
- distribution : ' zulu '
15
- java-version : ' 23 '
14
+ distribution : ' liberica '
15
+ java-version : ' 24 '
16
16
java-package : jdk
17
17
cache : ' maven'
18
18
- name : Build and test with Maven
19
- run : ./mvnw -B package
19
+ run : mvn -B package
20
20
- name : SonarCloud Scan
21
- run : ./mvnw -B org.jacoco:jacoco-maven-plugin:prepare-agent sonar:sonar -Dsonar.projectKey=mediathekview_MediathekView -Dsonar.organization=mediathekview -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
21
+ run : mvn -B org.jacoco:jacoco-maven-plugin:prepare-agent sonar:sonar -Dsonar.projectKey=mediathekview_MediathekView -Dsonar.organization=mediathekview -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
22
22
env :
23
23
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24
24
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments