Sfoglia il codice sorgente

Fix warning from spring-boot plugin

Eddú Meléndez 8 anni fa
parent
commit
8353984733
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {
 	skipProject = true