mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 06:27:59 -05:00
gradle: Fix screenShotsImplementation typo
This commit is contained in:
@@ -133,7 +133,7 @@ configurations {
|
||||
pcodeTestImplementation.extendsFrom implementation
|
||||
testArtifacts.extendsFrom testRuntimeOnly
|
||||
integrationTestArtifacts.extendsFrom integrationTestRuntimeOnly
|
||||
screenShotsImplementation.extendsFrom integrationTestImplemenation
|
||||
screenShotsImplementation.extendsFrom integrationTestImplementation
|
||||
}
|
||||
|
||||
task testJar(type: Jar) {
|
||||
|
||||
Reference in New Issue
Block a user