Build: Stop building ivy repo from full Idea during buildSrc build
#KTI-82
This commit is contained in:
committed by
teamcity
parent
318e001d1b
commit
9f725da7f7
@@ -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")
|
||||
|
||||
@@ -208,7 +208,6 @@ fun prepareDeps(
|
||||
}
|
||||
}
|
||||
|
||||
prepareDeps(intellij, intellijCore, sources, jpsStandalone, intellijVersion)
|
||||
if (intellijVersionForIde != null) {
|
||||
prepareDeps(intellijForIde, intellijCoreForIde, sourcesForIde, jpsStandaloneForIde, intellijVersionForIde)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user