John Michelau

Results 1 issues of John Michelau

https://github.com/mfuerstenau/gradle-buildconfig-plugin#manual-task-wiring ``` task generateBuildConfig (type: de.fuerstenau.buildconfig.GenerateBuildConfigTask) { ... } ``` The above class doesn't resolve and Gradle throws an (unhelpful) error. The problem is the package name is incorrect. It...