From 3f7f1946dc9de601888b10b32be1f96ede1b5c61 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 21 Jul 2021 17:09:40 +0100 Subject: [PATCH] API build.gradle changes --- eco-api/build.gradle | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/eco-api/build.gradle b/eco-api/build.gradle index 2cc5df2e..53eb2dc6 100644 --- a/eco-api/build.gradle +++ b/eco-api/build.gradle @@ -1,4 +1,4 @@ -Aplugins { +plugins { id 'com.github.johnrengelman.shadow' } @@ -29,15 +29,4 @@ publishing { artifactId 'eco' } } - - repositories { - maven { - name = "GitHubPackages" - url = uri("https://maven.pkg.github.com/Auxilor/eco") - credentials { - username = System.getenv("GITHUB_ACTOR") - password = System.getenv("GITHUB_TOKEN") - } - } - } } \ No newline at end of file