File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 42
42
java-version : ${{ matrix.java }}
43
43
distribution : ${{ matrix.distribution }}
44
44
- name : Test with Maven
45
- run : ./mvnw test -B -D"license.skip=true" -D"enforcer.skip=true"
45
+ run : ./mvnw test -B -D"license.skip=true"
Original file line number Diff line number Diff line change 33
33
distribution : zulu
34
34
- name : Report Coverage to Coveralls for Pull Requests
35
35
if : github.event_name == 'pull_request'
36
- run : ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -Denforcer.skip=true - DrepoToken=$GITHUB_TOKEN -DserviceName=github -DpullRequest=$PR_NUMBER
36
+ run : ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github -DpullRequest=$PR_NUMBER
37
37
env :
38
38
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39
39
PR_NUMBER : ${{ github.event.number }}
Original file line number Diff line number Diff line change 36
36
java-version : 17
37
37
distribution : zulu
38
38
- name : Analyze with SonarCloud
39
- run : ./mvnw verify jacoco:report sonar:sonar -B -Dsonar.projectKey=mybatis_spring -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -Dlicense.skip=true -Denforcer.skip=true
39
+ run : ./mvnw verify jacoco:report sonar:sonar -B -Dsonar.projectKey=mybatis_spring -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -Dlicense.skip=true
40
40
env :
41
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
42
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 33
33
java-version : 17
34
34
distribution : zulu
35
35
- name : Deploy to Sonatype
36
- run : ./mvnw deploy -DskipTests -Denforcer.skip=true - B --settings ./.mvn/settings.xml -Dlicense.skip=true
36
+ run : ./mvnw deploy -DskipTests -B --settings ./.mvn/settings.xml -Dlicense.skip=true
37
37
env :
38
38
CI_DEPLOY_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME }}
39
39
CI_DEPLOY_PASSWORD : ${{ secrets.CI_DEPLOY_PASSWORD }}
Original file line number Diff line number Diff line change 104
104
<gcu .product>Spring</gcu .product>
105
105
<osgi .import>org.springframework.batch.*;resolution:=optional,*</osgi .import>
106
106
<osgi .dynamicImport>*</osgi .dynamicImport>
107
+ <java .version>17</java .version>
107
108
108
109
<mybatis .version>3.5.11</mybatis .version>
109
110
<spring .version>6.0.1</spring .version>
You can’t perform that action at this time.
0 commit comments