Update file .gitlab-ci.yml
This commit is contained in:
@@ -30,6 +30,7 @@ build: # This job runs in the build stage, which runs first.
|
|||||||
- echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
- java --version
|
- java --version
|
||||||
- chmod +x ./gradlew
|
- chmod +x ./gradlew
|
||||||
|
- javac --version
|
||||||
- ./gradlew build -Pprofile=prod --refresh-dependencies
|
- ./gradlew build -Pprofile=prod --refresh-dependencies
|
||||||
- ls
|
- ls
|
||||||
- echo "Compile complete."
|
- echo "Compile complete."
|
||||||
Reference in New Issue
Block a user