2021-08-02
This commit is contained in:
8
mockito/build.gradle.kts
Normal file
8
mockito/build.gradle.kts
Normal file
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
id("elex-java")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// https://mvnrepository.com/artifact/org.mockito/mockito-core
|
||||
testImplementation("org.mockito:mockito-core:3.11.2")
|
||||
}
|
||||
Reference in New Issue
Block a user