mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
13 lines
248 B
Groovy
13 lines
248 B
Groovy
apply plugin: 'eclipse'
|
|
eclipse.project.name = '_JsonDoclet'
|
|
|
|
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile('com.googlecode.json-simple:json-simple:1.1.1') {
|
|
exclude group: 'junit', module: 'junit'
|
|
}
|
|
}
|
|
|
|
rootProject.createJsondocs.dependsOn jar
|
|
|