mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
11 lines
187 B
Groovy
11 lines
187 B
Groovy
apply plugin: 'eclipse'
|
|
eclipse.project.name = '_JsonDoclet'
|
|
|
|
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile "com.google.code.gson:gson:2.8.6"
|
|
}
|
|
|
|
rootProject.createJsondocs.dependsOn jar
|
|
|