gs-accessing-data-jpa icon indicating copy to clipboard operation
gs-accessing-data-jpa copied to clipboard

spring-boot-gradle-plugin:2.0.5.RELEASE problem with JDK 11

Open milanjosipovic opened this issue 6 years ago • 1 comments

Hi Problem: spring-boot-gradle-plugin:2.0.5.RELEASE won't work with JDK 11. Error: Process 'command 'C:\Program Files\Java\jdk-11.0.1\bin\java.exe'' finished with non-zero exit value 1 Solution: After setting to 2.1.2.RELEASE it works fine.

milanjosipovic avatar Jan 24 '19 06:01 milanjosipovic

Hi Problem: spring-boot-gradle-plugin:2.0.5.RELEASE won't work with JDK 11. Error: Process 'command 'C:\Program Files\Java\jdk-11.0.1\bin\java.exe'' finished with non-zero exit value 1 Solution: After setting to 2.1.2.RELEASE it works fine.

Thanks -- the same thing was happening to me as well and 2.1.2.RELEASE worked for me.

ETLJ avatar Apr 01 '19 01:04 ETLJ

This issue has been superseded by Spring Boot 3 and Java 17.

Buzzardo avatar Oct 16 '23 19:10 Buzzardo