Explore >> Select a destination


You are here

rishigoomar.com
| | blog.gradle.org
2.5 parsecs away

Travel
| | This post introduces a new Gradle dependency management feature called "source dependencies".
| | andreabergia.com
1.8 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, ...
| | ncorti.com
1.5 parsecs away

Travel
| | How Composite Builds can simplify your Gradle build, especially if you're building a custom Gradle Plugin.
| | www.morling.dev
19.3 parsecs away

Travel
| The ResourceBundle class is Java's workhorse for managing and retrieving locale specific resources, such as error messages of internationalized applications. With the advent of the module system in Java 9, specifics around discovering and loading resource bundles have changed quite a bit, in particular when it comes to retrieving resource bundles across the boundaries of named modules. In this blog post I'd like to discuss how resource bundles can be used in a multi-module application (i.e. a "modular mo...