Merge branch 'GP-0_ryanmkurtz_PR-4974_ekilmer_ekilmer_gradle-fix-scripts-compile-classpath'

This commit is contained in:
Ryan Kurtz
2023-02-14 17:02:05 -05:00
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -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')
}
+2
View File
@@ -123,6 +123,7 @@ sourceSets {
java {
srcDir 'developer_scripts'
srcDir 'ghidra_scripts'
compileClasspath += main.output
}
}
}
@@ -131,6 +132,7 @@ configurations {
integrationTestImplementation.extendsFrom testImplementation
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly, integrationTestImplementation
pcodeTestImplementation.extendsFrom implementation
scriptsImplementation.extendsFrom implementation
testArtifacts.extendsFrom testRuntimeOnly
integrationTestArtifacts.extendsFrom integrationTestRuntimeOnly
screenShotsImplementation.extendsFrom integrationTestImplementation