Make maven publishing CC compatible

Required for KTI-1553
This commit is contained in:
cristiangarcia
2024-02-23 15:23:05 +01:00
committed by Space Team
parent c991535756
commit 1847485d28
3 changed files with 32 additions and 78 deletions
-2
View File
@@ -659,8 +659,6 @@ allprojects {
}
}
preparePublication()
gradle.taskGraph.whenReady {
fun Boolean.toOnOff(): String = if (this) "on" else "off"
val profile = if (isTeamcityBuild) "CI" else "Local"