File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3535 architecture : ${{ matrix.arch }}
3636
3737 - name : Build with Maven
38+ if : matrix.arch != 'x64' && matrix.os != 'ubuntu-latest' && matrix.java != '8'
3839 run : mvn verify -B -"Dgpg.skip"
3940
41+ - name : Build with Maven
42+ if : matrix.arch == 'x64' && matrix.os == 'ubuntu-latest' && matrix.java == '8'
43+ run : mvn verify -B -"Dgpg.skip" org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
44+
4045 release :
4146 if : github.ref == 'refs/heads/master'
4247 needs : test
Original file line number Diff line number Diff line change 4848 <target .jdk>1.8</target .jdk>
4949 <org .junit.version>5.7.0</org .junit.version>
5050 <slf4j .version>1.7.30</slf4j .version>
51+ <sonar .projectKey>dnsjava_dnsjava</sonar .projectKey>
52+ <sonar .organization>dnsjava</sonar .organization>
53+ <sonar .host.url>https://sonarcloud.io</sonar .host.url>
5154 </properties >
5255
5356 <build >
You can’t perform that action at this time.
0 commit comments