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 @@ -16,11 +16,11 @@ jobs:
1616
1717 steps :
1818 - uses : actions/checkout@v3
19- - name : Set up JDK ${{ matrix.java }}
19+ - name : Set up JDK ${{ matrix.java }}
2020 uses : actions/setup-java@v3
2121 with :
2222 distribution : ' temurin'
23- java-version : ${{ matrix.java }}
23+ java-version : ${{ matrix.java }}
2424 cache : ' maven'
2525 - name : Build with Maven
2626 run : mvn test jacoco:report --file pom.xml -B
@@ -39,11 +39,11 @@ jobs:
3939
4040 steps :
4141 - uses : actions/checkout@v3
42- - name : Set up JDK ${{ matrix.java }}
42+ - name : Set up JDK ${{ matrix.java }}
4343 uses : actions/setup-java@v3
4444 with :
4545 distribution : ' temurin'
46- java-version : ${{ matrix.java }}
46+ java-version : ${{ matrix.java }}
4747 cache : ' maven'
4848 - name : Build with Maven
4949 run : mvn package --file pom.xml -B
7171 env :
7272 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7373 SONAR_TOKEN : 141cf8d0b32ae5d8613f7469cfddc964f02a970b
74- run : mvn -B test jacoco:report coveralls:report org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=javadev-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=javadev_underscore-java
74+ run : mvn -B test jacoco:report org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=javadev-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.projectKey=javadev_underscore-java
7575 - name : Build examples
7676 run : mvn -B -f examples/pom.xml package
7777 - name : Build spring-boot
You can’t perform that action at this time.
0 commit comments