Skip to content

Commit

Permalink
Gradle-maven-publish-plugin 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Feb 17, 2023
1 parent b0599cc commit 05c71a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
3 changes: 3 additions & 0 deletions swipe/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 05c71a5

Please sign in to comment.