mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
gradle: Fix compile classpath for scripts sourceSet
This commit is contained in:
parent
601ab94c1f
commit
dc9c6724e1
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,7 @@ sourceSets {
|
||||||
java {
|
java {
|
||||||
srcDir 'developer_scripts'
|
srcDir 'developer_scripts'
|
||||||
srcDir 'ghidra_scripts'
|
srcDir 'ghidra_scripts'
|
||||||
|
compileClasspath += main.output
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -131,6 +132,7 @@ configurations {
|
||||||
integrationTestImplementation.extendsFrom testImplementation
|
integrationTestImplementation.extendsFrom testImplementation
|
||||||
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly, integrationTestImplementation
|
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly, integrationTestImplementation
|
||||||
pcodeTestImplementation.extendsFrom implementation
|
pcodeTestImplementation.extendsFrom implementation
|
||||||
|
scriptsImplementation.extendsFrom implementation
|
||||||
testArtifacts.extendsFrom testRuntimeOnly
|
testArtifacts.extendsFrom testRuntimeOnly
|
||||||
integrationTestArtifacts.extendsFrom integrationTestRuntimeOnly
|
integrationTestArtifacts.extendsFrom integrationTestRuntimeOnly
|
||||||
screenShotsImplementation.extendsFrom integrationTestImplementation
|
screenShotsImplementation.extendsFrom integrationTestImplementation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue