mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
8 lines
72 B
Groovy
8 lines
72 B
Groovy
sourceSets {
|
|
scripts {
|
|
java {
|
|
srcDir 'developer_scripts'
|
|
}
|
|
}
|
|
}
|