[Build] Fix CCE from gradle publication task
This commit is contained in:
committed by
teamcity
parent
48c7af171a
commit
274ac76959
@@ -38,7 +38,7 @@ task preparePublication {
|
|||||||
|
|
||||||
project.ext.isDeployStagingRepoGenerationRequired = project.ext.isSonatypeRelease && deployUrlFromParameters == null
|
project.ext.isDeployStagingRepoGenerationRequired = project.ext.isSonatypeRelease && deployUrlFromParameters == null
|
||||||
|
|
||||||
ext.repoUrl = deployUrlFromParameters ?: "file://${rootProject.buildDir}/repo"
|
ext.repoUrl = deployUrlFromParameters ?: "file://${rootProject.buildDir}/repo".toString()
|
||||||
logger.info("Deployment repository preliminary url: ${ext.repoUrl} ($repoProvider)")
|
logger.info("Deployment repository preliminary url: ${ext.repoUrl} ($repoProvider)")
|
||||||
|
|
||||||
ext.username = properties["deployRepoUsername"] ?: properties["kotlin.${repoProvider}.user"]
|
ext.username = properties["deployRepoUsername"] ?: properties["kotlin.${repoProvider}.user"]
|
||||||
|
|||||||
Reference in New Issue
Block a user