Open stevanmilic opened 7 years ago
Although I couldn't install the plugin from the official doc, I did found your example and quick and easy solution with:
plugins { id 'org.xbib.gradle.plugin.jflex' version '1.1.0' }
So, I suggest that you note that for newer versions of gradle we can use this option.
And also it would be nice if we could specify the jflex directory and jflex output directory.
Thanks man, nice plugin.
Although I couldn't install the plugin from the official doc, I did found your example and quick and easy solution with:
So, I suggest that you note that for newer versions of gradle we can use this option.
And also it would be nice if we could specify the jflex directory and jflex output directory.
Thanks man, nice plugin.