mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 03:11:23 +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"
|
||||
|
||||
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 ->
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ task ip {
|
||||
writeLicenseInfo(project, ipToFileMap)
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.assembleDistribution.dependsOn ip
|
||||
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user