From a4e8bf1f4bd1df9da6244bf9ab2f61d9adb00626 Mon Sep 17 00:00:00 2001 From: The_Creeper_Cow Date: Thu, 18 Oct 2018 19:55:36 +0200 Subject: [PATCH] Removed shading and made artifact repo system working --- .gitlab-ci.yml | 2 +- pom.xml | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 466b32f..e0eeb7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,4 +8,4 @@ build: artifacts: name: "EpicAnchors" paths: - - "*.jar" + - "/builds/Songoda/EpicAnchors/*.jar" diff --git a/pom.xml b/pom.xml index 83b4eca..d6a9710 100644 --- a/pom.xml +++ b/pom.xml @@ -34,22 +34,22 @@ 1.8 - - org.apache.maven.plugins - maven-shade-plugin - 3.0.0 - - - package - - shade - - - true - - - - + + + + + + + + + + + + + + + +