micronaut-projects / micronaut-core

Micronaut Application Framework
http://micronaut.io
Apache License 2.0
6.07k stars 1.07k forks source link

Update gradlew version from 4.6 to 5.5 #1907

Closed gonciarz closed 5 years ago

gonciarz commented 5 years ago

version: 1.2.0.RC2

I get a compilation error when trying to compile app using ./gradlew script. 4.6 version does not support Java12. Please update it to e.g. 5.5

./gradlew cli:fatJar

FAILURE: Build failed with an exception.

graemerocher commented 5 years ago

Micronaut core is currently built with JDK 8 since that is the minimum version of Java we support

gonciarz commented 5 years ago

Sure, but it doesn't prevent you to support higher java version. You may run gradle 5.5 with java8 as well.

jameskleeh commented 5 years ago

Closing because what version of Gradle we choose to build Micronaut with is an internal decision