From 05c71a5765c7cc333917167f39bdeea878c54dd4 Mon Sep 17 00:00:00 2001 From: Saket Date: Fri, 17 Feb 2023 01:06:38 -0500 Subject: [PATCH] Gradle-maven-publish-plugin 0.24.0 --- build.gradle | 2 +- swipe/gradle.properties | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f3bb51e..3871a72 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { dependencies { classpath "com.android.tools.build:gradle:7.4.1" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin" - classpath "com.vanniktech:gradle-maven-publish-plugin:0.19.0" + classpath "com.vanniktech:gradle-maven-publish-plugin:0.24.0" classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.7.20" classpath "app.cash.paparazzi:paparazzi-gradle-plugin:1.2.0" } diff --git a/swipe/gradle.properties b/swipe/gradle.properties index e0aff87..c8789b0 100644 --- a/swipe/gradle.properties +++ b/swipe/gradle.properties @@ -1,3 +1,6 @@ +SONATYPE_HOST=DEFAULT +RELEASE_SIGNING_ENABLED=true + GROUP=me.saket.swipe POM_ARTIFACT_ID=swipe VERSION_NAME=1.1.0-SNAPSHOT