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 48
48
- name : build with maven
49
49
run : |
50
50
mvn -q -N "io.takari:maven:${{env.IO_TAKARI_MAVEN_WRAPPER_VERSION}}:wrapper" "-Dmaven=${{env.MAVEN_VERSION}}"
51
- ./mvnw -B -ntp formatter:validate verify --file pom.xml "-Dexpected-cpu=x64,aarch64" "-Djava17.home=${{env.JAVA_HOME_17_X64}}${{env.JAVA_HOME_17_ARM64}}"
51
+ ./mvnw -B -ntp formatter:validate verify javadoc:javadoc --file pom.xml "-Dexpected-cpu=x64,aarch64" "-Djava17.home=${{env.JAVA_HOME_17_X64}}${{env.JAVA_HOME_17_ARM64}}"
52
52
53
53
quality :
54
54
needs : [ build ]
@@ -66,15 +66,15 @@ jobs:
66
66
cache : ' maven'
67
67
cache-dependency-path : ' **/pom.xml'
68
68
69
- - name : build with docs and coverage
69
+ - name : build with coverage
70
70
run : |
71
71
mvn -q -N "io.takari:maven:${{env.IO_TAKARI_MAVEN_WRAPPER_VERSION}}:wrapper" "-Dmaven=${{env.MAVEN_VERSION}}"
72
- ./mvnw javadoc:javadoc verify -Pcoverage
72
+ ./mvnw -B -ntp verify -Pcoverage
73
73
74
74
- uses : actions/setup-java@v4
75
75
with :
76
76
distribution : ' temurin'
77
77
java-version : 17
78
78
79
79
- name : sonar
80
- run : ./mvnw sonar:sonar -Dsonar.projectKey=smallrye_smallrye-common -Dsonar.token=${{secrets.SONAR_TOKEN}}
80
+ run : ./mvnw -B -ntp sonar:sonar -Dsonar.projectKey=smallrye_smallrye-common -Dsonar.token=${{secrets.SONAR_TOKEN}}
You can’t perform that action at this time.
0 commit comments