From 181398e7e3db6325997a20389af1bfe96dadf9f2 Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Thu, 13 Nov 2025 01:19:28 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7aafbf..aa057df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ build: # This job runs in the build stage, which runs first. - echo "Compiling the code..." - java --version - chmod +x ./gradlew + - javac --version - ./gradlew build -Pprofile=prod --refresh-dependencies - ls - echo "Compile complete." \ No newline at end of file