gradle: Fix screenShotsImplementation typo

This commit is contained in:
Eric Kilmer 2023-02-06 13:25:11 -05:00
parent 394c544544
commit 331b1a9271
No known key found for this signature in database
GPG Key ID: 504CA431CF70054B

View File

@ -133,7 +133,7 @@ configurations {
pcodeTestImplementation.extendsFrom implementation
testArtifacts.extendsFrom testRuntimeOnly
integrationTestArtifacts.extendsFrom integrationTestRuntimeOnly
screenShotsImplementation.extendsFrom integrationTestImplemenation
screenShotsImplementation.extendsFrom integrationTestImplementation
}
task testJar(type: Jar) {