File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ jobs:
263
263
db-ext-names :
264
264
- false
265
265
java-version :
266
- - 11
266
+ - 17
267
267
268
268
steps :
269
269
- uses : actions/checkout@v2
@@ -294,4 +294,4 @@ jobs:
294
294
env :
295
295
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
296
296
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
297
- run : mvn --no-transfer-progress -Pstatic-code-analysis -B -Dgpg.skip=true -am -pl driver verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=arangodb_arangodb-java-driver
297
+ run : mvn --no-transfer-progress -Pstatic-code-analysis -B -Dgpg.skip=true -am -pl driver verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=arangodb_arangodb-java-driver -Dmaven.javadoc.skip=true
You can’t perform that action at this time.
0 commit comments