Skip to content

Commit 6d88a66

Browse files
committed
Remove old sonatype staging repo configuration
1 parent c58ee89 commit 6d88a66

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ infra {
1111
include(":kotlinx-datetime")
1212
include(":kotlinx-datetime-zoneinfo")
1313
libraryRepoUrl = "https://github.com/Kotlin/kotlinx-datetime"
14-
if (project.findProperty("publication_repository") == "central") {
15-
central {}
16-
}
17-
sonatype {
18-
libraryStagingRepoDescription = project.name
19-
}
14+
central {}
2015
}
2116
}
2217

0 commit comments

Comments
 (0)