Skip to content

Commit 9404a50

Browse files
author
Bartosz Litwiniuk
committed
Bump com.vanniktech.maven.publish plugin
1 parent 19335ce commit 9404a50

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

backtrace-library/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
plugins {
22
id 'com.android.library'
33
id 'com.gladed.androidgitversion' version '0.4.14'
4-
id "com.vanniktech.maven.publish" version "0.29.0" apply true
4+
id "com.vanniktech.maven.publish" version "0.34.0" apply true
55
}
66

7-
import com.vanniktech.maven.publish.SonatypeHost
8-
97
androidGitVersion {
108
// this is the format for generating the versionName
119
// default is %tag%%-count%%-commit%%-branch%%-dirty% - removed %-dirty% because submodules tend to get dirty
@@ -72,7 +70,7 @@ android {
7270
}
7371

7472
mavenPublishing {
75-
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
73+
publishToMavenCentral()
7674
signAllPublications()
7775
coordinates(GROUP, POM_NAME, android.defaultConfig.versionName)
7876

0 commit comments

Comments
 (0)