From c4db3f89a9a07c45c78da9b5b3f802a6f8b51531 Mon Sep 17 00:00:00 2001 From: Jon Meredith Date: Fri, 17 Apr 2020 14:17:49 -0600 Subject: [PATCH] Generate compiler options file to support Java11 in IDEA. The change to JMX in CASSANDRA-15653 prevents the IDEA project from compiling under JDK11. This change adds the required compiler flag when the project is upgraded from Java1.8 to Java11. Patch by Jon Meredith; Reviewed by Dinesh Joshi for CASSANDRA-15738 --- build.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build.xml b/build.xml index cdc3c64520..5752b2dc21 100644 --- a/build.xml +++ b/build.xml @@ -2136,6 +2136,13 @@ match="name="VM_PARAMETERS" value="(.*)"" replace="name="VM_PARAMETERS" value="\1 ${java11-jvmargs}"" byline="true"/> + + + + + +]]>