Skip to content

Commit

Permalink
chore(deps): Resolve com.bmuschko.docker-spring-boot-application bug …
Browse files Browse the repository at this point in the history
…caused by Gradle bug

See gradle-docker-plugin PR 1123
  • Loading branch information
timonback committed Jul 25, 2023
1 parent 78f0c62 commit 69a54d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ buildscript {
plugins {
id 'ca.cutterslade.analyze' version '1.9.1'

id 'io.spring.dependency-management' version '1.1.2' apply(false)
id 'org.springframework.boot' version '3.1.1' apply(false)
id 'org.owasp.dependencycheck' version "8.3.1"
id 'io.spring.dependency-management' version '1.1.2' apply false
id 'org.springframework.boot' version '3.1.1' apply false
id 'org.owasp.dependencycheck' version '8.3.1'
id 'com.diffplug.spotless' version '6.19.0'
id 'com.bmuschko.docker-spring-boot-application' version '9.3.1' apply false
}

applyDotEnvFileAsGradleProperties()
Expand Down

0 comments on commit 69a54d9

Please sign in to comment.