mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
gradle: Fix compile classpath for ghidraClass sourceSet
This commit is contained in:
@@ -21,10 +21,15 @@ sourceSets {
|
||||
ghidraClass {
|
||||
java {
|
||||
srcDir 'GhidraClass/AdvancedDevelopment/contrib/gadc/ghidra_scripts'
|
||||
compileClasspath += main.output
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
configurations {
|
||||
ghidraClassImplementation.extendsFrom implementation
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api project(':Base')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user