Skip to content

Commit 1abdbf8

Browse files
authored
Replace testCompile with testImplementation (#1806)
1 parent 01fa481 commit 1abdbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javaSE/javaSE/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ configurations {
2828
}
2929

3030
dependencies {
31-
testCompile group: 'junit', name: 'junit', version: '4.12'
31+
testImplementation group: 'junit', name: 'junit', version: '4.12'
3232
extraLibs fileTree(dir: 'libs', include: ['*.jar'])
3333
extraLibs 'org.mongodb:bson:4.0.5'
3434
extraLibs 'androidx.annotation:annotation:1.1.0'

0 commit comments

Comments
 (0)