mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
gradle: Fix screenShotsImplementation typo
This commit is contained in:
parent
394c544544
commit
331b1a9271
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ configurations {
|
||||||
pcodeTestImplementation.extendsFrom implementation
|
pcodeTestImplementation.extendsFrom implementation
|
||||||
testArtifacts.extendsFrom testRuntimeOnly
|
testArtifacts.extendsFrom testRuntimeOnly
|
||||||
integrationTestArtifacts.extendsFrom integrationTestRuntimeOnly
|
integrationTestArtifacts.extendsFrom integrationTestRuntimeOnly
|
||||||
screenShotsImplementation.extendsFrom integrationTestImplemenation
|
screenShotsImplementation.extendsFrom integrationTestImplementation
|
||||||
}
|
}
|
||||||
|
|
||||||
task testJar(type: Jar) {
|
task testJar(type: Jar) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue