This message was deleted.
# community-support
s
This message was deleted.
a
https://endoflife.date/oracle-jdk Extended Support ends in 6 years and 10 months (31 Dec 2030) Not exactly what you're asking, but it might help
c
I hope future versions of gradle don't need to support it for that long
😕
a
We haven't decided yet. We'll likely drop support for executing Gradle on Java 8 in the next major release or two. We'll keep support for building and testing Java projects for Java 8 for quite a bit longer, via the toolchain support. There are no concrete plans just yet, just some discussions.
👍 1
c
yeah, I'm just sitting here thinking about this plugin, having written it in java, I imagine to be the most compatible it needs to be java 8... (spotless is causing something weird there though...)
I'm guessing that if I have a plugin that requires java 11, then people running gradle have to be running 11
a
That's right. I don't think it's necessarily a problem if a plugin author does not want to support Java versions all the way back to Java 8. I think it's up to the plugin author to make that choice.
c
yeah, it'll probably depend on what I can figure out (with spotless), but if you want other people to use your plugin... then best shoot for compatibility
👍 1
so if gradle were planning to switch in version 9, I'd be like "meh, this probably won't be used much by then anyways, so who cares"
a
Makes sense. We'll try to get a decision made soonish.
c
no worries