Custom gradle plugins

Posted on December 29, 2022 in gradle

Context of the problem:

Any non-trivial production-ready server-side application has multiple independently deployable components. Some examples are microservices, libraries, and documentation.

For many of these components, all or some of the build logic is similar, hence repeatable. This article explains how to reuse repeatable build logic by building custom Gradle …


Continue reading