gingeleski / cucumber-spring-security-tests

Cucumber/BDD security tests example for Java (Spring Boot API).
9 stars 8 forks source link

IntelliJ complains Gradle wrapper version is old #42

Closed gingeleski closed 4 years ago

gingeleski commented 4 years ago

This issue should cover the confirmation that the current Gradle wrapper is outdated (v2.11??) and also the quick work to update it as far as possible.

IntelliJ is complaining to me that a Gradle wrapper at version 2.11 cannot compile Java 11.

(The latter point being a bug in my IntelliJ project settings... we are targeting Java 13 and coming along fine with that)

gingeleski commented 4 years ago

Per gradle-wrapper.properties, that last commit took us to 6.0.1 which should be good enough for Java 13 compliance.

It's what I've been using, anyway.

distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip