-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Closed
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: taskA general taskA general task
Description
With Java 14 now in release candidate phase, we ned to add a compatibility build to 2.3. There are two things to consider when doing so:
- Gradle does not support Java 14 so we'll have to install two different JDKs (one to run Gradle and one to compile & tests the code). The following section of the Gradle doc is related
- An upgrade to Groovy 3 is required. This is transparent but the CLI (see Upgrade to Groovy 3.0.0 #20119). The plan is to override the version of Groovy and ignore the CLI for the time being.
dreis2211
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: taskA general taskA general task