GP-0 Add library dependency file generation as dependency of eclipse

task (needed for running Ghidra)
This commit is contained in:
ghidra1 2021-02-08 13:54:37 -05:00
parent 21ddf20061
commit ed3cc10344

View file

@ -147,3 +147,6 @@ eclipse {
}
}
}
// the GhidraLauncher depends on this file to build the classpath in dev mode
tasks.eclipse.dependsOn { generateLibraryDependencyMapping }