Skip to content

Commit 05b01c8

Browse files
committed
💚 Update Build to publish to Maven Central
1 parent 2fd9e82 commit 05b01c8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

kotest-runner-android/build.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ val javadocJar by tasks.registering(Jar::class) {
2626
}
2727

2828
publishing {
29-
repositories {
30-
maven("https://oss.sonatype.org/service/local/staging/deploy/maven2") {
31-
credentials {
32-
username = System.getenv("OSSRH_USERNAME")
33-
password = System.getenv("OSSRH_PASSWORD")
34-
}
35-
}
36-
}
37-
3829
publications {
3930
register("mavenJava", MavenPublication::class) {
4031
from(components["java"])

0 commit comments

Comments
 (0)