Skip to content
Snippets Groups Projects
Commit c723dfcd authored by Alex Morel's avatar Alex Morel
Browse files

Fix gitlab build

parent a36fe19a
No related branches found
No related tags found
No related merge requests found
include:
- project: men/action24/ci-templates
file: sonarqube.yml
variables:
A24_SONAR_PROJECT_KEY: com.amorel.scimkeycloak
SONAR_HOST_URL: https://qa.codelutin.com
stages:
- package
- test
- sonar
package:
image:
name: gradle:jdk11
stage: package
script:
- gradle jar shadowjar
- gradle -b legacy-build.gradle shadowjar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment