[repo] Move buildSrc into repo/gradle-build-conventions/buildsrc-compat project

Include new project as build logic included build. Such change will
allow us to start migration into build convention plugins by splitting
buildSrc logic into subprojects.
This commit is contained in:
Yahor Berdnikau
2023-06-23 19:48:53 +02:00
committed by Space Team
parent 4a598afc36
commit 5b5dae9249
53 changed files with 36 additions and 33 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ val androidStudioVersion = if (extra.has("versions.androidStudioRelease"))
else
null
val intellijVersion = rootProject.extra["versions.intellijSdk"] as String
val intellijVersion = extra["versions.intellijSdk"] as String
val intellijVersionDelimiterIndex = intellijVersion.indexOfAny(charArrayOf('.', '-'))
if (intellijVersionDelimiterIndex == -1) {
error("Invalid IDEA version $intellijVersion")