From 151cb6b60ec30533c114e393fa71c65dfe7fbaf7 Mon Sep 17 00:00:00 2001 From: afischerdev Date: Thu, 7 Oct 2021 12:21:02 +0200 Subject: [PATCH] gradle for publish #339 --- brouter-codec/build.gradle | 22 ---------------------- brouter-core/build.gradle | 22 ---------------------- 2 files changed, 44 deletions(-) diff --git a/brouter-codec/build.gradle b/brouter-codec/build.gradle index a0be311..22faffe 100644 --- a/brouter-codec/build.gradle +++ b/brouter-codec/build.gradle @@ -1,27 +1,5 @@ plugins { id 'java-library' - id 'maven-publish' -} - -publishing { - repositories { - maven { - name = "Github" - url = uri("https://maven.pkg.github.com/afischerdev/brouter") - credentials { - username = findProperty("github.username") - password = findProperty("github.token") - } - } - } - publications { - register("jar", MavenPublication) { - from(components["java"]) - pom { - url.set("https://github.com/afischerdev/brouter.git") - } - } - } } dependencies { diff --git a/brouter-core/build.gradle b/brouter-core/build.gradle index 619bb0e..c96982f 100644 --- a/brouter-core/build.gradle +++ b/brouter-core/build.gradle @@ -1,27 +1,5 @@ plugins { id 'java-library' - id 'maven-publish' -} - -publishing { - repositories { - maven { - name = "Github" - url = uri("https://maven.pkg.github.com/afischerdev/brouter") - credentials { - username = findProperty("github.username") - password = findProperty("github.token") - } - } - } - publications { - register("jar", MavenPublication) { - from(components["java"]) - pom { - url.set("https://github.com/afischerdev/brouter.git") - } - } - } } dependencies {