Skip to main content
Tobias Gesellchen

Tobias Gesellchen

a senior hipster developer blog

Recent

Gradle Summit 2014

·1 min
Great news: I’m going to speak at the Gradle Summit 2014 in Santa Clara.

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: