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:
@@ -10,8 +10,6 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'base'
|
||||
id 'org.sonarqube' version '1.2'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user