javacc / javaccPlugin

A JavaCC plugin for Gradle
MIT License
33 stars 16 forks source link

Support Gradle 7 and 8 #56

Closed pietrobraione closed 1 year ago

pietrobraione commented 3 years ago

The current Gradle version is 7, and 8 is on the way. I have one deprecation warning when running the plugin under Gradle 7:

The JavaExecHandleBuilder.setMain(String) method has been deprecated. This is scheduled to be removed in Gradle 8.0. Please use the mainClass property instead. Consult the upgrading guide for further information: https://docs.gradle.org/7.1/userguide/upgrading_version_7.html#java_exec_properties

Using 'ca.coglinc2.javacc' version '3.0.0' from mavenCentral.