Do signing only if it's explicitly stated so in parameters

KTI-1377
This commit is contained in:
Nikolay Krasko
2023-09-14 16:48:37 +02:00
committed by Space Team
parent bd16d09d5e
commit af7610a5bd
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -87,7 +87,6 @@ extra["distLibDir"] = project.file(distLibDir)
extra["commonLocalDataDir"] = project.file(commonLocalDataDir)
extra["ideaSandboxDir"] = project.file(ideaSandboxDir)
extra["ideaPluginDir"] = project.file(ideaPluginDir)
extra["isSonatypeRelease"] = false
rootProject.apply {
from(rootProject.file("gradle/versions.gradle.kts"))