Disable dependency check
This commit is contained in:
parent
dd022663aa
commit
0f936dbb1a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ check:
|
||||||
stage: build
|
stage: build
|
||||||
image: markhobson/maven-chrome:jdk-18
|
image: markhobson/maven-chrome:jdk-18
|
||||||
script:
|
script:
|
||||||
- ./mvnw clean compile dependency-check:aggregate
|
- ./mvnw clean compile # dependency-check:aggregate
|
||||||
- ./mvnw sonar:sonar -Dsonar.projectKey=$SONAR_PROJECT -Dsonar.projectName=$SONAR_PROJECT -Dsonar.host.url=$SONAR_URL -Dsonar.token=$SONAR_TOKEN
|
- ./mvnw sonar:sonar -Dsonar.projectKey=$SONAR_PROJECT -Dsonar.projectName=$SONAR_PROJECT -Dsonar.host.url=$SONAR_URL -Dsonar.token=$SONAR_TOKEN
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue