Skip to content

Commit

Permalink
remove faulty bootBuildImage from spring-vaadin-conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
snaujokat committed Jul 21, 2023
1 parent 77cc69f commit 51f424a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies {
testImplementation(libs.spring.boot.test)
}

/*
tasks.bootBuildImage {
val baseName = "tudo-aqua/${project.name}"
val projectVersion = project.version.toString()
Expand All @@ -71,3 +72,4 @@ tasks.bootBuildImage {
"${project.kotlin.target.compilations.first().kotlinOptions.jvmTarget}.*")
isPublish = true
}
*/

0 comments on commit 51f424a

Please sign in to comment.