File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
- uses : actions/checkout@v2
14
14
with :
15
15
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- - name : Set up JDK 8
16
+ - name : Set up JDK 11
17
17
uses : actions/setup-java@v1
18
18
with :
19
- java-version : 8
19
+ java-version : 11
20
20
- name : Cache SonarCloud packages
21
21
uses : actions/cache@v1
22
22
with :
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
35
35
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
36
- run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
36
+ run : mvn -B test org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
Original file line number Diff line number Diff line change 67
67
<gitlab .autoremove-container>true</gitlab .autoremove-container>
68
68
<gitlab .skip-docker-start>true</gitlab .skip-docker-start>
69
69
<gitlab .port>8090</gitlab .port>
70
+
71
+ <sonar .projectKey>gitlab4j_gitlab4j-api</sonar .projectKey>
72
+ <sonar .organization>gitlab4j</sonar .organization>
73
+ <sonar .host.url>https://sonarcloud.io</sonar .host.url>
70
74
</properties >
71
75
72
76
<scm >
You can’t perform that action at this time.
0 commit comments