mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-13 01:40:33 -06:00
8 lines
72 B
Groovy
8 lines
72 B
Groovy
sourceSets {
|
|
scripts {
|
|
java {
|
|
srcDir 'developer_scripts'
|
|
}
|
|
}
|
|
}
|