From 8e6624bee58767f401d4f03b1989ec50ea1e8fad Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 20 Nov 2020 17:55:10 +0300 Subject: developmentOnly scope for Spring Boot devtools --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 09d44290..21d7f103 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ dependencies { } compile ("org.springframework.boot:spring-boot-starter-undertow") compile ("org.springframework.boot:spring-boot-starter-json") - compile ('org.springframework.boot:spring-boot-devtools') + developmentOnly 'org.springframework.boot:spring-boot-devtools' runtime ("org.springframework.boot:spring-boot-properties-migrator") compile 'org.flywaydb:flyway-core' -- cgit v1.2.3