mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
11 lines
237 B
Groovy
11 lines
237 B
Groovy
apply plugin: 'eclipse'
|
|
eclipse.project.name = 'Xtra SampleTablePlugin'
|
|
|
|
apply from: "$rootProject.projectDir/gradleScripts/buildHelp.gradle"
|
|
|
|
project.ext.includeExtensionInInstallation = true
|
|
|
|
dependencies {
|
|
compile project(':Base')
|
|
}
|