From 223e8ec7742855ac83da445c40656aea3bec7e9b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 16 Mar 2018 11:35:08 +0300 Subject: gradle: remove tests from root project --- build.gradle | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 91d6d56c..a8452a7e 100644 --- a/build.gradle +++ b/build.gradle @@ -40,15 +40,3 @@ allprojects { } } -apply plugin: 'java' - -dependencies { - compile project(':juick-common') - - testCompile "org.json:json:20180130" - testCompile("org.springframework.boot:spring-boot-starter-jdbc") - testCompile("org.springframework.boot:spring-boot-starter-test") - testRuntime "mysql:mysql-connector-java:5.1.40" - testRuntime "org.postgresql:postgresql:42.2.1" -} - -- cgit v1.2.3