mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
7 lines
72 B
Groovy
7 lines
72 B
Groovy
sourceSets {
|
|
scripts {
|
|
java {
|
|
srcDir 'developer_scripts'
|
|
}
|
|
}
|
|
}
|