File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
uses : actions/setup-java@v2
29
29
with :
30
30
java-version : 8
31
- distribution : adopt
31
+ distribution : zulu
32
32
- name : Report Coverage to Coveralls for Pull Requests
33
33
if : github.event_name == 'pull_request'
34
34
run : ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github -DpullRequest=$PR_NUMBER
Original file line number Diff line number Diff line change 34
34
uses : actions/setup-java@v2
35
35
with :
36
36
java-version : 11
37
- distribution : adopt
37
+ distribution : zulu
38
38
- name : Analyze with SonarCloud
39
39
run : ./mvnw verify jacoco:report sonar:sonar -B -Dsonar.projectKey=mybatis_mybatis-3 -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -Dlicense.skip=true
40
40
env :
Original file line number Diff line number Diff line change 31
31
uses : actions/setup-java@v2
32
32
with :
33
33
java-version : 11
34
- distribution : adopt
34
+ distribution : zulu
35
35
- name : Deploy to Sonatype
36
36
run : ./mvnw deploy -DskipTests -B --settings ./.mvn/settings.xml -Dlicense.skip=true
37
37
env :
You can’t perform that action at this time.
0 commit comments