From 6f8ecd4ebd58f5eb8fb1e0cd4dda484179b2f303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sun, 3 Dec 2023 18:14:54 +0100 Subject: [PATCH] Aktualizovat .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ceebb35..65e8527 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,8 +20,8 @@ jobs: git clone https://github.com/IntellectualSites/PlotSquared.git #git clone https://git.lipovcan.cz/Upstream/PlotSquared.git cd PlotSquared && ls -lah - - name: Build | mvn build - run: cd PlotSquared && mvn clean package install && ls -lah && ls */ -lah + - name: Build | Gradlew build + run: cd PlotSquared && ls -lah && chmod +x gradlew && ./gradlew build && ls -lah && ls */ -lah - name: Build | publish jar run: | curl --insecure --user username:mypass -T PlotSquared/target/PlotSquared.jar ftp://192.168.10.133:/ \ No newline at end of file