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 36
36
with :
37
37
java-version : ${{ matrix.java }}
38
38
- name : Test with Maven
39
- run : ./mvnw test -B
39
+ run : ./mvnw test -B -Dlicense.skip=true
Original file line number Diff line number Diff line change 35
35
with :
36
36
java-version : 11
37
37
- name : Analyze with SonarCloud
38
- run : ./mvnw verify sonar:sonar -B -Dsonar.projectKey=mybatis_mybatis-3 -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
38
+ run : ./mvnw verify sonar:sonar -B -Dsonar.projectKey=mybatis_mybatis-3 -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -Dlicense.skip=true
39
39
env :
40
40
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
41
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 32
32
with :
33
33
java-version : 11
34
34
- name : Deploy to Sonatype
35
- run : ./mvnw deploy -DskipTests -B --settings ./.mvn/settings.xml
35
+ run : ./mvnw deploy -DskipTests -B --settings ./.mvn/settings.xml -Dlicense.skip=true
36
36
env :
37
37
CI_DEPLOY_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME }}
38
38
CI_DEPLOY_PASSWORD : ${{ secrets.CI_DEPLOY_PASSWORD }}
You can’t perform that action at this time.
0 commit comments