Skip to content

Commit

Permalink
change devtools to compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Mar 17, 2024
1 parent cf7ad59 commit 968a9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/templates/gradle/profile_dev.gradle.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ configurations {
}
dependencies {
developmentOnly "org.springframework.boot:spring-boot-devtools"
compileOnly "org.springframework.boot:spring-boot-devtools"
<%_ if (devDatabaseTypeH2Any && !reactive) { _%>
implementation "com.h2database:h2"
<%_ } _%>
Expand Down

0 comments on commit 968a9fd

Please sign in to comment.