A solution to an annoying bug in Jenkins
Read more…This is a bit of rare task to exclude something from a sourceset without knowing exactly what to exclude, but it is doable.
Read more…Local variables could be trickier than you think in Gradle
Read more…Gradle is much better to manage dependencies than Maven. Not only it allows you to set http://www.gradle.org/docs/current/dsl/org.gradle.api.artifacts.ResolutionStrategy.html, but it also supports full manual control.
First, if you do not want transitive dependencies at all (you will be forced …
Read more…