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

@@ -9,7 +9,7 @@ buildscript {
apply from: JAVA_GRADLE
apply plugin: "application"
apply plugin: 'spring-boot'
apply plugin: 'org.springframework.boot'
tasks.findByPath("artifactoryPublish")?.enabled = false