ThomasVitale / cloud-native-spring-in-action

🍃 Code samples and projects from the book "Cloud Native Spring in Action - With Spring Boot and Kubernetes" (Manning)
https://www.manning.com/books/cloud-native-spring-in-action
Apache License 2.0
426 stars 257 forks source link

fix(chapter2): update java version in curl command to create project setup #13

Closed npalm closed 2 years ago

npalm commented 2 years ago

Problem

Generating the docker images with buildpacks via gradle

Cause

Wrong version of java was used in project setup

Fix

Set java version to 17