Skip to content

Commit 61a19a2

Browse files
committed
Bump publish plugin
1 parent 1b2a938 commit 61a19a2

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,12 @@ buildscript {
1515

1616
// NOTE: Do not place your application dependencies here; they belong
1717
// in the individual module build.gradle files
18-
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0'
18+
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.31.0'
1919

2020

2121
}
2222
}
2323

24-
allprojects {
25-
plugins.withId("com.vanniktech.maven.publish") {
26-
mavenPublish {
27-
sonatypeHost = "S01"
28-
}
29-
}
30-
}
31-
3224
task clean(type: Delete) {
3325
delete rootProject.buildDir
3426
}

speld/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ android {
3939
namespace 'com.yogeshpaliyal.speld'
4040
}
4141

42-
afterEvaluate {
43-
generateMetadataFileForMavenPublication.dependsOn androidSourcesJar
44-
}
42+
//tasks.named("generateMetadataFileForMavenPublication") {
43+
// dependsOn("androidSourcesJar")
44+
//}
4545

4646
dependencies {
4747

speld/gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/yogeshpaliyal/speld.git
1616

1717
POM_DEVELOPER_ID=yogeshpaliyal
1818
POM_DEVELOPER_NAME=Yogesh Choudhary Paliyal
19-
POM_DEVELOPER_URL=https://github.com/yogeshpaliyal/
19+
POM_DEVELOPER_URL=https://github.com/yogeshpaliyal/
20+
SONATYPE_HOST=S01

0 commit comments

Comments
 (0)