issue # 백엔드 서버 재구성

This commit is contained in:
2025-11-13 02:00:11 +00:00
parent d07a8ec65e
commit 8d0329187b
56 changed files with 99 additions and 1335 deletions

View File

@@ -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."