Update 2 files

- /build.gradle
- /.gitlab-ci.yml
This commit is contained in:
2025-11-13 01:21:34 +00:00
parent 181398e7e3
commit d07a8ec65e
2 changed files with 8 additions and 4 deletions

View File

@@ -31,6 +31,6 @@ build: # This job runs in the build stage, which runs first.
- java --version
- chmod +x ./gradlew
- javac --version
- ./gradlew build -Pprofile=prod --refresh-dependencies
- ./gradlew build --no-daemon -Pprofile=prod --refresh-dependencies
- ls
- echo "Compile complete."