diff options
author | Vitaly Takmazov | 2020-11-20 17:55:10 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-11-20 17:55:10 +0300 |
commit | 8e6624bee58767f401d4f03b1989ec50ea1e8fad (patch) | |
tree | 056788e3fa4fcc6c6ad42a0d78667b03cd660f11 | |
parent | 8051b87688048184eb854e663c3b120be7f6b5de (diff) |
developmentOnly scope for Spring Boot devtools
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' |