Clear warnings from spring-boot gradle plugin

This commit is contained in:
Eddú Meléndez
2016-11-10 20:54:04 -05:00
committed by Rob Winch
parent dd3a571494
commit 94221c70a9
7 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ buildscript {
}
}
apply plugin: 'spring-boot'
apply plugin: 'org.springframework.boot'
apply from: JAVA_GRADLE