File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/setup-java@v3
1717 with :
1818 java-version : ' 17'
19+ distribution : ' temurin'
1920 - name : Code Style Check
2021 run : mvn -B checkstyle:check --file pom.xml
Original file line number Diff line number Diff line change 1111 uses : actions/setup-java@v3
1212 with :
1313 java-version : ' 17'
14+ distribution : ' temurin'
1415 - name : Build
1516 run : mvn -DskipTests package --file pom.xml
1617
2223 uses : actions/setup-java@v3
2324 with :
2425 java-version : ' 17'
26+ distribution : ' temurin'
2527 - name : Test
2628 run : mvn test --file pom.xml
Original file line number Diff line number Diff line change 1515 uses : actions/setup-java@v3
1616 with :
1717 java-version : ' 17'
18+ distribution : ' temurin'
1819 - name : Cache SonarCloud packages
1920 uses : actions/cache@v1
2021 with :
You can’t perform that action at this time.
0 commit comments