mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 23:17:03 +08:00
Merge branch 'GP-0_ryanmkurtz_PR-4974_ekilmer_ekilmer_gradle-fix-scripts-compile-classpath'
This commit is contained in:
@@ -21,10 +21,15 @@ sourceSets {
|
|||||||
ghidraClass {
|
ghidraClass {
|
||||||
java {
|
java {
|
||||||
srcDir 'GhidraClass/AdvancedDevelopment/contrib/gadc/ghidra_scripts'
|
srcDir 'GhidraClass/AdvancedDevelopment/contrib/gadc/ghidra_scripts'
|
||||||
|
compileClasspath += main.output
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configurations {
|
||||||
|
ghidraClassImplementation.extendsFrom implementation
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':Base')
|
api project(':Base')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user