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) {
29
29
30
30
fun PublishingExtension.configurePublication () {
31
31
repositories {
32
- configureSonatypeRepository()
33
32
configureSpaceRepository()
34
33
configureForIdeRepository()
35
34
configureLocalDevRepository()
@@ -139,15 +138,6 @@ fun RepositoryHandler.configureLocalDevRepository() {
139
138
}
140
139
}
141
140
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
-
151
141
val sonatypeRepositoryUri: String?
152
142
get() {
153
143
val repositoryId: String = project.getSensitiveProperty(" libs.repository.id" )
You can’t perform that action at this time.
0 commit comments