aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e82e7e96..b76df16a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,7 +62,7 @@ dependencies {
"org.apache.tomcat.embed:tomcat-embed-jasper:${tomcatVersion}"
testCompile 'junit:junit:4.12'
runtime 'mysql:mysql-connector-java:5.1.37'
- testTuntime 'com.h2database:h2:1.4.190'
+ testRuntime 'com.h2database:h2:1.4.190'
}
compileJava.options.encoding = 'UTF-8'