Force usage of passed deploy url for sonatype publication (KTI-552)
This commit is contained in:
+1
-1
@@ -381,7 +381,7 @@ apply {
|
||||
}
|
||||
|
||||
apply {
|
||||
if (extra["isSonatypeRelease"] as? Boolean == true) {
|
||||
if (extra["isSonatypeRelease"] as? Boolean == true && (extra["deployRepoUrlCustom"] as? String) == null) {
|
||||
logger.info("Applying configuration for sonatype release")
|
||||
from("libraries/prepareSonatypeStaging.gradle")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user