issue # 백엔드 서버 재구성
This commit is contained in:
@@ -24,13 +24,6 @@ build: # This job runs in the build stage, which runs first.
|
||||
tags:
|
||||
- local-runner
|
||||
before_script:
|
||||
- export JAVA_HOME=/usr/lib/jvm/java-21-openjdk-arm64
|
||||
- export PATH=$JAVA_HOME/bin:$PATH
|
||||
script:
|
||||
- echo "Compiling the code..."
|
||||
- java --version
|
||||
- chmod +x ./gradlew
|
||||
- javac --version
|
||||
- ./gradlew build --no-daemon -Pprofile=prod --refresh-dependencies
|
||||
- ls
|
||||
- echo "Compile complete."
|
||||
Reference in New Issue
Block a user