Build: Stop building ivy repo from full Idea during buildSrc build

#KTI-82
This commit is contained in:
Vyacheslav Gerasimov
2021-12-02 03:01:40 +03:00
committed by teamcity
parent 318e001d1b
commit 9f725da7f7
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -204,7 +204,6 @@ tasks.withType<KotlinCompile>().configureEach {
)
}
tasks["build"].dependsOn(":prepare-deps:build")
sourceSets["main"].withConvention(org.gradle.api.tasks.GroovySourceSet::class) {
if (!kotlinBuildProperties.isInJpsBuildIdeaSync) {
groovy.srcDir("../kotlin-native/build-tools/src/main/groovy")
-1
View File
@@ -208,7 +208,6 @@ fun prepareDeps(
}
}
prepareDeps(intellij, intellijCore, sources, jpsStandalone, intellijVersion)
if (intellijVersionForIde != null) {
prepareDeps(intellijForIde, intellijCoreForIde, sourcesForIde, jpsStandaloneForIde, intellijVersionForIde)
}