jakubzytka opened a new pull request, #2320: URL: https://github.com/apache/cassandra/pull/2320
ant generate-idea-files now support JDK 8, JDK 11 and JDK 17. To add support of another JDK the java-jvmargs property must be set for the JDK in question (see how it's done in build.xml for Java 11 and 17) Other minor, but notable changes are: - test jvmargs are now added to idea run configurations - .idea dir and project iml file are first removed and then recreated during ant generate-idea-files patch by Jakub Żytka ; reviewed by Ekaterina Dimitrova for CASSANDRA-18467 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

