|
You are here |
rishigoomar.com | ||
| | | | |
andreabergia.com
|
|
| | | | | 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, ... | |
| | | | |
ncorti.com
|
|
| | | | | How Composite Builds can simplify your Gradle build, especially if you're building a custom Gradle Plugin. | |
| | | | |
jeroenmols.com
|
|
| | | | | As my previous blogposts already covered how to set up a private Maven repository, you might wonder "Why again a Maven blogpost?". Well that's a fair question and the answer is twofold: | |
| | | | |
www.jasonwhaley.com
|
|
| | | I was running in to a problem with a Java project that occured only in IntelliJ Idea, but not on the command line, when running specific test classes ... | ||