Recent
Facter, Docker and the public ip address
·3 mins
Using Docker on a Puppet managed host influences Facter when it tries to find the host ip address.
Docker and IPv6 on Ubuntu 13.10 (Saucy Salamander)
·2 mins
After making myself familiar with Docker I wanted to use it on a more recent Ubuntu 13.
ProvidedCompile and Compile Dependencies with Gradle
·2 mins
When using the Gradle war plugin you’re enabled to declare providedCompile dependencies to tell the compiler to include those dependencies in the compile classpath, but to not make Gradle include them in the packaged .
Using Compiler Arguments with Gradle
·1 min
Just in case you’re searching for a way to use multiple compiler arguments in your Gradle builds, have a look at this snippet: