From 7e475b5472dd447b9c5068a7ff1c0f1a44040d4d Mon Sep 17 00:00:00 2001 From: Speiger Date: Sat, 30 Mar 2024 05:12:57 +0100 Subject: [PATCH] Fixed a few bugs in the maven central script --- build.gradle | 9 ++++----- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 4ccf2b3..ada156b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,7 @@ plugins { id 'java-library' id "jacoco" +// id "com.vanniktech.maven.publish" version "0.28.0" } tasks.withType(JavaCompile) { @@ -329,9 +330,6 @@ tasks.withType(PublishToMavenLocal) { //Maven central Start //Disabling due to java8 incompat, only needed to manually publishing anyways -//plugins { -// id "com.vanniktech.maven.publish" version "0.28.0" -//} //signing.useGpgCmd() // //import com.vanniktech.maven.publish.SonatypeHost @@ -368,13 +366,14 @@ tasks.withType(PublishToMavenLocal) { // // scm { // connection = 'scm:git:git://github.com/Speiger/Primitive-Collections.git' -// developerConnection = 'scm:git:ssh://github.com/Speiger/Primitive-Collections.git' +// developerConnection = 'scm:git:ssh://github.com:Speiger/Primitive-Collections.git' // url = 'https://github.com/Speiger/Primitive-Collections' // } -// +// // issueManagement { // system = 'github' // url = 'https://github.com/Speiger/Primitive-Collections/issues' // } // } //} +// \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index f77be04..9428f25 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ org.gradle.jvmargs=-Xmx3G maxMemory = 1024m testThreads = 4 -RELEASE_VERSION = '0.9.0' \ No newline at end of file +RELEASE_VERSION = 0.9.0 \ No newline at end of file