File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,9 @@ val gradlePluginProjects = listOf(
175
175
apply {
176
176
from(" libraries/commonConfiguration.gradle" )
177
177
from(" libraries/configureGradleTools.gradle" )
178
+ }
178
179
180
+ apply {
179
181
if (extra[" isSonatypeRelease" ] as ? Boolean == true ) {
180
182
logger.info(" Applying configuration for sonatype release" )
181
183
from(" libraries/prepareSonatypeStaging.gradle" )
Original file line number Diff line number Diff line change @@ -109,8 +109,10 @@ task preparePublication {
109
109
ext. username = properties[" deployRepoUsername" ] ?: properties[" kotlin.${ repoProvider} .user" ]
110
110
ext. password = properties[" deployRepoPassword" ] ?: properties[" kotlin.${ repoProvider} .password" ]
111
111
112
+ logger. info(" Deployment repository preliminary url: $repoUrl ($repoProvider )" )
113
+
112
114
doLast {
113
- println (" Deployment respository url: $repoUrl " )
115
+ println (" Deployment repository url: $repoUrl " )
114
116
}
115
117
}
116
118
You can’t perform that action at this time.
0 commit comments