/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

rishigoomar.com
| | andreabergia.com
1.9 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, ...
| | blog.gradle.org
2.6 parsecs away

Travel
| | This post introduces a new Gradle dependency management feature called "source dependencies".
| | msfjarvis.dev
2.9 parsecs away

Travel
| | Gradles convention plugins are a fantastic way to share common build configuration, why not take them a step further?
| | hadihariri.com
29.6 parsecs away

Travel
| [AI summary] The post demonstrates how to quickly convert Android Java source files to Kotlin within the IntelliJ IDE for streamlined development.