googlecodelabs / feedback

Provide feedback to our codelabs by filing an issue here
18 stars 22 forks source link

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

Open andreacipriani opened 6 months ago

andreacipriani commented 6 months ago

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 commented 6 months ago

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