We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fa481 commit 1abdbf8Copy full SHA for 1abdbf8
javaSE/javaSE/build.gradle
@@ -28,7 +28,7 @@ configurations {
28
}
29
30
dependencies {
31
- testCompile group: 'junit', name: 'junit', version: '4.12'
+ testImplementation group: 'junit', name: 'junit', version: '4.12'
32
extraLibs fileTree(dir: 'libs', include: ['*.jar'])
33
extraLibs 'org.mongodb:bson:4.0.5'
34
extraLibs 'androidx.annotation:annotation:1.1.0'
0 commit comments