|
You are here |
jakewharton.com | ||
| | | | |
www.stainless.com
|
|
| | | | | When your job is building SDKs, a dependency manager that defies everyone's expectations can wreak havoc, and working around third-party behavior can be tricky. Learn how and why we rejected a quick fix and took the time to develop a robust solution that meets our high quality bar. | |
| | | | |
blog.pchudzik.com
|
|
| | | | | ||
| | | | |
blog.gradle.org
|
|
| | | | | This post introduces a new Gradle dependency management feature called "source dependencies". | |
| | | | |
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, ... | ||