Skip to content

Commit be1ffac

Browse files
committed
fix sonatype host
1 parent 806998a commit be1ffac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build-logic/src/main/kotlin/rsocketbuild.publication.gradle.kts

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17-
import com.vanniktech.maven.publish.*
18-
1917
plugins {
2018
id("com.vanniktech.maven.publish.base")
2119
}
2220

2321
mavenPublishing {
24-
publishToMavenCentral(SonatypeHost.S01)
22+
publishToMavenCentral()
2523
signAllPublications()
2624

2725
pom {

0 commit comments

Comments
 (0)