mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
7 lines
114 B
Groovy
7 lines
114 B
Groovy
apply plugin: 'eclipse'
|
|
eclipse.project.name = 'Features DebugUtils'
|
|
|
|
|
|
dependencies {
|
|
compile project(':Base')
|
|
}
|