Skip to content

Commit 6d699e5

Browse files
committed
Set sonatypeHost to 'S01' for the maven publish plugin
1 parent abbdb58 commit 6d699e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ buildscript {
1919
}
2020
}
2121

22+
allprojects {
23+
plugins.withId("com.vanniktech.maven.publish") {
24+
mavenPublish {
25+
sonatypeHost = "S01"
26+
}
27+
}
28+
}
29+
2230
task clean(type: Delete) {
2331
delete rootProject.buildDir
2432
}

0 commit comments

Comments
 (0)