From d5ee3340782cfaf1756bc1702118783207186717 Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Thu, 13 Nov 2025 00:45:58 +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 9e387c6..14bf6a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ build: # This job runs in the build stage, which runs first. - local-runner script: - echo "Compiling the code..." + - java --version - chmod +x ./gradlew - ./gradlew build -Pprofile=prod - ls