Hello, Mockito!
This commit is contained in:
@@ -36,8 +36,12 @@ subprojects {
|
||||
/* Components */
|
||||
compile (group: 'org.projectlombok', name: 'lombok', version: '1.16.16')
|
||||
|
||||
/* Test */
|
||||
/* JUnit */
|
||||
testCompile (group: 'junit', name: 'junit', version: '4.12')
|
||||
/* Simple log */
|
||||
testCompile (group: 'org.slf4j', name: 'slf4j-simple', version: slf4j_version)
|
||||
/* Mockito */
|
||||
testCompile (group: 'org.mockito', name: 'mockito-core', version: '1.9.5')
|
||||
}
|
||||
|
||||
task copyDep(type: Copy) {
|
||||
@@ -63,7 +67,7 @@ task runApp(type: JavaExec) {
|
||||
|
||||
/* Uncomment, if you used VM args */
|
||||
//jvmArgs = [
|
||||
// "-DspringConfig=spring-flat.xml",
|
||||
// "-DspringConfig=spring.xml",
|
||||
// "-Dlog4j.configurationFile=log4j2.xml"
|
||||
//]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user