mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
8 lines
157 B
Groovy
8 lines
157 B
Groovy
apply plugin: 'eclipse'
|
|
eclipse.project.name = '_JsonDoclet'
|
|
|
|
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile 'com.googlecode.json-simple:json-simple:1.1.1'
|
|
}
|