In a previous post we learned how to run a Java application in a Gradle project. The Java source file with a main method is part of the project and we use the JavaExec task to run the Java code. We can use the same JavaExec task to run a Groovy script file.
from dzone.com: latest front page http://www.dzone.com/links/r/gradle_goodness_running_groovy_scripts_as_applica.html
from dzone.com: latest front page http://www.dzone.com/links/r/gradle_goodness_running_groovy_scripts_as_applica.html
No comments:
Post a Comment