/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ryanharter.com
| | vgaidarji.me
3.0 parsecs away

Travel
| | I'm a software developer with the main focus on Android platform.
| | wittchen.io
2.3 parsecs away

Travel
| | Introduction I really like Gradle build system for JVM apps. It has flexibility like Ant and great dependency management capabilities like Maven. It addition, it doesnt use XML notation, but Groovy programming language, so builds configurations are simple, concise, easier to read and easier to create. In my opinion, Gradle is truly modern build system for JVM apps. Nevertheless, there are projects, which are pretty old and use older systems like Ant.
| | andreabergia.com
2.1 parsecs away

Travel
| | In this short series, we are going to dig a bit in how one writes a gradle plugin. Our plugins won't do anything useful except some println; however I hope to manage to explain some concept and to save you some time in case you have to write one. The source code for this tutorial is available on github at https://github.com/andreabergia/sample-gradle-plugin. Our first plugin Link to heading The repository is split in two projects: gradleplugin and usage. Quite obviously, gradleplugin defines our plugin, ...
| | greggigon.com
18.4 parsecs away

Travel
| For last few weeks I've been moving rather large collection of Ant, Shell and other scripts into Gradle. In my opinion Gradle is great. It has two things that I value the most when it comes to tools: The build scripts are CODE. As scripts are CODE I can do everything I could do when...