keeganwitt / docker-gradle

Docker images with Gradle
https://hub.docker.com/_/gradle/
Apache License 2.0
147 stars 73 forks source link

Gradle 8.1 #243

Closed m-burst closed 1 year ago

m-burst commented 1 year ago

Ran and committed the contents of ./update.sh

rob93c commented 1 year ago

Hi @m-burst and @keeganwitt, should we expect Docker images with Gradle 8.1 and Java 20 as part of this pull request?

m-burst commented 1 year ago

Hi @rob93c, as I can see in Gradle's changelog, version 8.1 supports building for Java 20 but not running on Java 20

keeganwitt commented 1 year ago

@m-burst is correct. Here's the link to the release notes section about that: https://docs.gradle.org/8.1/release-notes.html#jvm

keeganwitt commented 1 year ago

Thanks for the PR!

keeganwitt commented 1 year ago

Draft PR for Java 20: #245.

keeganwitt commented 1 year ago

Official images PR: https://github.com/docker-library/official-images/pull/14444