mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
13 lines
No EOL
226 B
Groovy
13 lines
No EOL
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"
|
|
|
|
}
|
|
} |