mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 20:22:44 +00:00
Fixing merge build issue.
This commit is contained in:
parent
6530398f6a
commit
70757b658e
@ -8,9 +8,10 @@ eclipse.project.name = '_Integration Test'
|
||||
* Build dependencies
|
||||
*********************************************************************************/
|
||||
dependencies {
|
||||
|
||||
// integrationtest module may depend on other projects in this repo; add them
|
||||
// here
|
||||
def ghidraPath = projectDir.getParentFile().getParentFile().path.replace(File.separator, "/") + "/";
|
||||
|
||||
rootProject.subprojects { p ->
|
||||
p.plugins.withType(JavaPlugin) {
|
||||
def projectPath = p.projectDir.path.replace(File.separator, "/")
|
||||
|
Loading…
Reference in New Issue
Block a user