feedback icon indicating copy to clipboard operation
feedback copied to clipboard

[cloud-kotlin-jib-cloud-run]:

Open fcesur opened this issue 1 year ago • 0 comments

Hi,

I'm trying to deploy a Kotlin app with following the instructions in Containerize a Spring Boot Kotlin app and deploy it to Cloud Run

image

Now as default it looks like spring initializr downloads the kotlin projects with gradle, not Maven.

So, to run the application I think we should use gradlew command or we should download the project as a Maven project.

fcesur avatar Aug 09 '24 06:08 fcesur