mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
gradle: Fix screenShotsImplementation typo
This commit is contained in:
parent
394c544544
commit
331b1a9271
@ -133,7 +133,7 @@ configurations {
|
||||
pcodeTestImplementation.extendsFrom implementation
|
||||
testArtifacts.extendsFrom testRuntimeOnly
|
||||
integrationTestArtifacts.extendsFrom integrationTestRuntimeOnly
|
||||
screenShotsImplementation.extendsFrom integrationTestImplemenation
|
||||
screenShotsImplementation.extendsFrom integrationTestImplementation
|
||||
}
|
||||
|
||||
task testJar(type: Jar) {
|
||||
|
Loading…
Reference in New Issue
Block a user