Skip to content

Commit a098042

Browse files
authored
Update to new Sonatype host (#124)
Following steps in https://github.com/vanniktech/gradle-maven-publish-plugin#where-to-upload-to for pointing to the new host.
1 parent ceaf57a commit a098042

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ allprojects {
2626
}
2727
}
2828

29+
allprojects {
30+
plugins.withId("com.vanniktech.maven.publish") {
31+
mavenPublish {
32+
sonatypeHost = "S01"
33+
}
34+
}
35+
}
36+
2937
task clean(type: Delete) {
3038
delete rootProject.buildDir
31-
}
39+
}

0 commit comments

Comments
 (0)