You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beside compile and run, which are already covered by tasks, the golo command line provides check that checks code for errors without creating the bytecode, and doc that create an API doc similar to javadoc.
It would be nice if the gradle plugin could provide tasks for these two behaviors.
The text was updated successfully, but these errors were encountered:
I've written this plugin as an exercise to understand Gradle better and learn how one would add support for a new language in the form of a plugin. I'm not using this plugin myself and I'm also not aware of anybody else using it.
I'm happy to provide support if you wanted to work on a PR for this feature request but please be aware that I do not plan to work on it myself.
Beside
compile
andrun
, which are already covered by tasks, the golo command line providescheck
that checks code for errors without creating the bytecode, anddoc
that create an API doc similar tojavadoc
.It would be nice if the gradle plugin could provide tasks for these two behaviors.
The text was updated successfully, but these errors were encountered: