project was build with gradle, instruction to build is using maven, which doesn't work #5
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
After "curl https://start.spring.io/starter.tgz -d dependencies=webflux,actuator | tar -xzvf -"
The project only has gradle build settings. No maven at all. So the build image command
"$ ./mvnw spring-boot:build-image -Dspring-boot.build-image.imageName=spring-k8s/gs-spring-boot-k8s"
would not work.
The text was updated successfully, but these errors were encountered: