mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 21:21:39 +08:00
moved ip dependency to file where ip task is defined.
This commit is contained in:
@@ -1,15 +1,10 @@
|
|||||||
apply from: "$rootProject.projectDir/gradle/support/ip.gradle"
|
apply from: "$rootProject.projectDir/gradle/support/ip.gradle"
|
||||||
|
|
||||||
rootProject.assembleDistribution.dependsOn ip
|
|
||||||
|
|
||||||
|
|
||||||
// all application tests depend on all the sleigh processors to be built
|
// all application tests depend on all the sleigh processors to be built
|
||||||
tasks.withType(Test).all {
|
tasks.withType(Test).all {
|
||||||
it.dependsOn ":allSleighCompile"
|
it.dependsOn ":allSleighCompile"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
plugins.withType(JavaPlugin) {
|
plugins.withType(JavaPlugin) {
|
||||||
task zipSourceSubproject (type: Zip) { t ->
|
task zipSourceSubproject (type: Zip) { t ->
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ task ip {
|
|||||||
writeLicenseInfo(project, ipToFileMap)
|
writeLicenseInfo(project, ipToFileMap)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
rootProject.assembleDistribution.dependsOn ip
|
||||||
|
|
||||||
|
|
||||||
/*********************************************************************************
|
/*********************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user