mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
16 lines
No EOL
285 B
Groovy
16 lines
No EOL
285 B
Groovy
apply plugin: 'java'
|
|
apply plugin: 'eclipse'
|
|
|
|
eclipse {
|
|
project {
|
|
name = '_BuildFiles'
|
|
resourceFilter {
|
|
appliesTo = 'FOLDERS'
|
|
type = 'EXCLUDE_ALL'
|
|
matcher {
|
|
id = 'org.eclipse.ui.ide.multiFilter'
|
|
arguments = '1.0-name-matches-true-false-JsonDoclet'
|
|
}
|
|
}
|
|
}
|
|
} |