Skip to content

Commit

Permalink
chore: Removed duplicated plugin version definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ctasada committed Oct 9, 2023
1 parent 1a502e8 commit 35fb606
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion springwolf-examples/springwolf-amqp-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'io.spring.dependency-management'
id 'ca.cutterslade.analyze'

id 'com.bmuschko.docker-spring-boot-application' version '9.3.4'
id 'com.bmuschko.docker-spring-boot-application'
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.springframework.boot'
id 'io.spring.dependency-management'
id 'ca.cutterslade.analyze'
id 'com.bmuschko.docker-spring-boot-application' version '9.3.4'
id 'com.bmuschko.docker-spring-boot-application'
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion springwolf-examples/springwolf-kafka-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'io.spring.dependency-management'
id 'ca.cutterslade.analyze'

id 'com.bmuschko.docker-spring-boot-application' version '9.3.4'
id 'com.bmuschko.docker-spring-boot-application'
id 'org.springdoc.openapi-gradle-plugin' version '1.7.0'
}

Expand Down
2 changes: 1 addition & 1 deletion springwolf-examples/springwolf-sns-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'io.spring.dependency-management'
id 'ca.cutterslade.analyze'

id 'com.bmuschko.docker-spring-boot-application' version '9.3.4'
id 'com.bmuschko.docker-spring-boot-application'
}

dependencyManagement {
Expand Down
2 changes: 1 addition & 1 deletion springwolf-examples/springwolf-sqs-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'io.spring.dependency-management'
id 'ca.cutterslade.analyze'

id 'com.bmuschko.docker-spring-boot-application' version '9.3.4'
id 'com.bmuschko.docker-spring-boot-application'
}

dependencyManagement {
Expand Down

0 comments on commit 35fb606

Please sign in to comment.