File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
gradle-conventions/src/main/kotlin Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ if (isPublicModule) {
2929
3030fun PublishingExtension.configurePublication () {
3131 repositories {
32- configureSonatypeRepository()
3332 configureSpaceRepository()
3433 configureForIdeRepository()
3534 configureLocalDevRepository()
@@ -139,15 +138,6 @@ fun RepositoryHandler.configureLocalDevRepository() {
139138 }
140139}
141140
142- fun RepositoryHandler.configureSonatypeRepository () {
143- configureRepository(project) {
144- username = " libs.sonatype.user"
145- password = " libs.sonatype.password"
146- name = " sonatype"
147- url = sonatypeRepositoryUri
148- }
149- }
150-
151141val sonatypeRepositoryUri: String?
152142 get() {
153143 val repositoryId: String = project.getSensitiveProperty(" libs.repository.id" )
You can’t perform that action at this time.
0 commit comments