Make maven publishing CC compatible
Required for KTI-1553
This commit is contained in:
committed by
Space Team
parent
c991535756
commit
1847485d28
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user