mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 13:42:06 +00:00
13 lines
226 B
Groovy
13 lines
226 B
Groovy
apply plugin: 'eclipse'
|
|
eclipse.project.name = '_GhidraDocs'
|
|
|
|
|
|
rootProject.assembleDistribution {
|
|
from (this.project.projectDir) {
|
|
exclude "**/build.gradle"
|
|
exclude "**/build/**"
|
|
exclude "**/bin/**"
|
|
into "docs"
|
|
|
|
}
|
|
} |