feedback icon indicating copy to clipboard operation
feedback copied to clipboard

[cloud-app-engine-springboot]: extraction of standard project fails

Open andreacipriani opened this issue 1 year ago • 1 comments

As per codelab, running

curl https://start.spring.io/starter.tgz \
  -d bootVersion=3.0.5 \
  -d dependencies=web \
  -d type=gradle-project \
  -d baseDir=gae-standard-example | tar -xzvf -

but it results into:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

andreacipriani avatar Mar 23 '24 19:03 andreacipriani

I think the issue is that bootVersion is too old, ideally it should be dynamically fetched as the latest version.

andreacipriani avatar Mar 23 '24 19:03 andreacipriani