diff options
Diffstat (limited to 'build.gradle')
-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' |