build.gradle: Remove java plugin from the root

To avoid extra empty `spring-integration-[VERSION].jar` from distribution remove `java` plugin usage from the root module of the project
This commit is contained in:
Artem Bilan
2016-07-25 14:49:22 -04:00
parent 5fa29476bb
commit 4819665705

View File

@@ -10,8 +10,6 @@ buildscript {
}
plugins {
id 'java'
id 'base'
id 'org.sonarqube' version '1.2'
}