mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
10 lines
249 B
Groovy
10 lines
249 B
Groovy
apply plugin: 'eclipse'
|
|
eclipse.project.name = 'Features ProgramDiff'
|
|
|
|
apply from: "$rootProject.projectDir/gradleScripts/buildHelp.gradle"
|
|
|
|
dependencies {
|
|
compile project(":Base")
|
|
helpPath project(path: ":Base", configuration: 'helpPath')
|
|
|
|
}
|