aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2015-11-04 14:17:18 +0300
committerGravatar Vitaly Takmazov2015-11-04 14:17:18 +0300
commite1a1f6d450c5ffd79eb8132d13583606663d640d (patch)
tree4c4904798dbf736daabacab06c504bbf1d253c77 /build.gradle
parent9d7b2473308fe841d84ce8af9efef164c61518e8 (diff)
add unit tests stub
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index ab3d39b2..3ebf0fd0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -57,6 +57,7 @@ dependencies {
tomcat "org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}",
"org.apache.tomcat.embed:tomcat-embed-logging-juli:${tomcatVersion}",
"org.apache.tomcat.embed:tomcat-embed-jasper:${tomcatVersion}"
+ testCompile 'junit:junit:4.12'
}
compileJava.options.encoding = 'UTF-8'