Browse Source

Fix warning from spring-boot plugin

Eddú Meléndez 8 years ago
parent
commit
8353984733
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle/boot-sample.gradle

+ 1 - 1
gradle/boot-sample.gradle

@@ -1,4 +1,4 @@
-apply plugin: 'spring-boot'
+apply plugin: 'org.springframework.boot'
 
 
 sonarqube {
 sonarqube {
 	skipProject = true
 	skipProject = true