Skip to content

Commit

Permalink
Enable validation
Browse files Browse the repository at this point in the history
  • Loading branch information
aryabokon committed Oct 19, 2023
1 parent cb20d07 commit 7ad60f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ docker {
}
}

tasks.getByName("dockerBuildImage").doFirst {
validateDockerRegistryParams()
}

dependencies {
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${project.property("spring-cloud.version")}"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:${project.property("spring-boot.version")}"))
Expand Down

0 comments on commit 7ad60f8

Please sign in to comment.