Skip to content

Commit

Permalink
disable compose by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed authored Dec 5, 2024
1 parent 9c14975 commit ab4b464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/resources/common/gradle/build.gradle.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ dependencies {
developmentOnly "org.springframework.boot:spring-boot-devtools:${project.springBootVersion}"
{{/nativeImageSupported}}
{{#dockerSupported}}
developmentOnly "org.springframework.boot:spring-boot-docker-compose:${project.springBootVersion}"
// developmentOnly "org.springframework.boot:spring-boot-docker-compose:${project.springBootVersion}"
{{/dockerSupported}}
{{/casServer}}

Expand Down

0 comments on commit ab4b464

Please sign in to comment.