Zobrazují se příspěvky se štítkemGradle. Zobrazit všechny příspěvky
Zobrazují se příspěvky se štítkemGradle. Zobrazit všechny příspěvky

pondělí 12. září 2016

Run Groovy Project Without Compilation Using Gradle

Run Groovy Project Without Compilation Using Gradle

To be honest it is automatically compiled by Gradle. All changes made into "buildSrc/src/main/groovy" are automatically compiled during startup.

Key feature of Gradle is how nicely it manages "buildSrc" directory.

Here is sample project https://bitbucket.org/bugs_/samples/src/default/RunGroovyProjectWithoutCompilationUsingGradle/

sobota 30. července 2016

pátek 9. října 2015

Gradle - How to get Mercurial revision in gradle build file.

This part of gradle.build file add task "revision", which writes Mercurial changeset hash.

It can be improved, but ...