From 2abc76d68358cb02351baa60dbdff5106373d8ef Mon Sep 17 00:00:00 2001 From: Lixfel Date: Wed, 20 Apr 2022 17:51:28 +0200 Subject: [PATCH 1/2] Fix ci Signed-off-by: Lixfel --- steamwarci.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 steamwarci.yml diff --git a/steamwarci.yml b/steamwarci.yml deleted file mode 100644 index a47ca94..0000000 --- a/steamwarci.yml +++ /dev/null @@ -1,7 +0,0 @@ -build: - - "ln -s /home/gitea/lib" - - "cp ~/gradle.properties ." - - "./gradlew buildProject" - -artifacts: - "/binarys/persistentbungeecore.jar": "build/libs/persistentbungeecore.jar" From e83103d8afce8161a12d008d6ad99ba439243b27 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Wed, 20 Apr 2022 17:57:26 +0200 Subject: [PATCH 2/2] Make git submodule buildable --- build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.gradle b/build.gradle index 7397719..6c65867 100644 --- a/build.gradle +++ b/build.gradle @@ -22,16 +22,11 @@ import org.apache.tools.ant.taskdefs.condition.Os plugins { id 'java' - id 'application' - - id 'com.github.johnrengelman.shadow' version '5.0.0' } group 'de.steamwar' version '' -mainClassName = '' - ext { buildName = 'CommonCore' artifactName = 'commoncore'