From 6c24547cba6d7efd8b5c3b6067b1879c6a6214a6 Mon Sep 17 00:00:00 2001 From: rnentjes Date: Fri, 25 Feb 2022 11:54:57 +0100 Subject: [PATCH] Version 1.0.4 --- build.gradle.kts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f9c2b2b..7a43442 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "nl.astraeus" -version = "1.0.4-SNAPSHOT" +version = "1.0.4" repositories { mavenCentral() @@ -68,7 +68,6 @@ val javadocJar by tasks.registering(Jar::class) { publishing { repositories { mavenLocal() -/* maven { name = "releases" // change to point to your repo, e.g. http://my.org/repo @@ -101,7 +100,6 @@ publishing { password = ossrhPassword } } -*/ } // Configure all publications @@ -134,9 +132,7 @@ publishing { } } } -/* signing { sign(publishing.publications) } -*/