aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-11-20 17:55:10 +0300
committerGravatar Vitaly Takmazov2020-11-20 17:55:10 +0300
commit8e6624bee58767f401d4f03b1989ec50ea1e8fad (patch)
tree056788e3fa4fcc6c6ad42a0d78667b03cd660f11 /build.gradle
parent8051b87688048184eb854e663c3b120be7f6b5de (diff)
developmentOnly scope for Spring Boot devtools
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
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'