Hi all, I need to run some JibX binding compile while building my project. I was wondering which was the best practice with gradle to do so. Either using Groovy's AntBuilder Or calling from Gradle script a custom "java -jar jibx-bind.jar (...)"
What are the pros/cons for each method ? And for both methods, how can access the jar file? Is all .gradle/cache folder included in the classpath, or should I use a variable. If so, is there a Gradle variable pointing to the cache dir? Thanks in advance
