Fixing merge build issue.

This commit is contained in:
Ryan Kurtz 2019-08-07 09:49:55 -04:00
parent 6530398f6a
commit 70757b658e

View File

@ -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, "/")