diff --git a/gradle/support/distributionCommon.gradle b/gradle/support/distributionCommon.gradle index 626cbbbc58..795a9c67d9 100644 --- a/gradle/support/distributionCommon.gradle +++ b/gradle/support/distributionCommon.gradle @@ -1,15 +1,10 @@ apply from: "$rootProject.projectDir/gradle/support/ip.gradle" -rootProject.assembleDistribution.dependsOn ip - - // all application tests depend on all the sleigh processors to be built tasks.withType(Test).all { it.dependsOn ":allSleighCompile" } - - plugins.withType(JavaPlugin) { task zipSourceSubproject (type: Zip) { t -> diff --git a/gradle/support/ip.gradle b/gradle/support/ip.gradle index 3ff23d9138..5e6c4a8ab3 100644 --- a/gradle/support/ip.gradle +++ b/gradle/support/ip.gradle @@ -36,7 +36,7 @@ task ip { writeLicenseInfo(project, ipToFileMap) } } - +rootProject.assembleDistribution.dependsOn ip /*********************************************************************************