apply from: "$rootProject.projectDir/gradle/distributableGhidraModule.gradle" apply from: "$rootProject.projectDir/gradle/javaProject.gradle" apply from: "$rootProject.projectDir/gradle/jacocoProject.gradle" apply from: "$rootProject.projectDir/gradle/javaTestProject.gradle" apply plugin: 'eclipse' eclipse.project.name = 'Framework Project' dependencies { compile project(':Generic') compile project(':DB') compile project(':Docking') compile project(':FileSystem') compile project(':Utility') testCompile project(path: ':Generic', configuration: 'testArtifacts') compile "org.apache.commons:commons-compress:1.19" }