From f37a4ca74ec4e2a0e200c2375c0f7b0ef193f2a1 Mon Sep 17 00:00:00 2001 From: theapache64 Date: Sat, 25 Nov 2023 14:00:52 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20update=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1041d66..f9393c5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: - name: Publish Library run: | echo "Publishing and Releasing library 🚀" - ./gradlew publish + ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache echo "Published and Released ✅" env: ORG_GRADLE_PROJECT_VERSION_NAME: ${{ github.event.inputs.versionName }} diff --git a/gradle.properties b/gradle.properties index 6d7339d..3de0be6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,6 @@ #Gradle org.gradle.jvmargs=-Xmx5g -Dfile.encoding=UTF-8 org.gradle.caching=true -org.gradle.configuration-cache=false org.gradle.unsafe.configuration-cache-problems=warn #Kotlin @@ -18,8 +17,9 @@ android.useAndroidX=true android.nonTransitiveRClass=true #Sonatype -SONATYPE_HOST=DEFAULT +SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true +SONATYPE_AUTOMATIC_RELEASE=true GROUP=io.github.theapache64 POM_ARTIFACT_ID=rebugger