Build Rot: The Hidden Technical Debt in Maven and Gradle Builds
Explore the impact of Build Rot on build speed and test times, offering strategies for enhanced observability and more!

Explore the impact of Build Rot on build speed and test times, offering strategies for enhanced observability and more!

Let's look at analyzing dependencies in IntelliJ IDEA. Where does your application get a specific version of a library, show conflicts, etc.

This is the second article of the series "How Gradle Works". In this article, we'll explain what happens inside the Gradle Daemon JVM.

In this article, we're going to take a look at the Package Checker plugin, that's bundled with IntelliJ IDEA Ultimate!

This is the first of a series on how Gradle works! For example, how does Gradle start up and how many JVMs are involved in a Gradle build?

In this article, you learn about the Modular Monolithic architecture and how you can create it using the Spring Framework and Gradle.

Learn the different ways in which we can view our project's dependencies in IntelliJ IDEA, and the different focus for each view.
I decided to create two Gradle build scripts that apply to modular and non-modular Java projects. Take a look -- what do you think?

In this article, we're going to take a look at different ways to view your external dependencies in IntelliJ IDEA.

Did you know? In Gradle 7.3, released November 2021, the Gradle team introduced a new feature called Declarative Test Suites.