From 24334334fc9095897c8dbfd8c4b0077b0e864b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com> Date: Sun, 11 Apr 2021 14:37:10 +0200 Subject: [PATCH] whyy? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00e27ac..8c6abd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: build: stage: build script: - - ./gradlew shadow + - ./gradlew shadow --stacktrace --info artifacts: paths: - build/libs/tester-1.0-SNAPSHOT-all.jar -- GitLab