jprante / gradle-plugin-jflex

A JFlex plugin for Gradle
Apache License 2.0
8 stars 6 forks source link

Couldn't install with mavenCentral option in README #3

Open stevanmilic opened 7 years ago

stevanmilic commented 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.