This is the second article of the series “How Gradle Works”. In this article, we’ll explain what happens inside the Gradle Daemon JVM.
-
How Gradle Works: Startup
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?
-
Modular Monolithic in Practice
In this article, you learn about the Modular Monolithic architecture and how you can create it using the Spring Framework and Gradle.
-
Building JavaFX with Gradle
I decided to create two Gradle build scripts that apply to modular and non-modular Java projects. Take a look — what do you think?
-
Viewing Dependencies in IntelliJ IDEA
In this article, we’re going to take a look at different ways to view your external dependencies in IntelliJ IDEA.
-
Introducing Gradle Test Suites
Did you know? In Gradle 7.3, released November 2021, the Gradle team introduced a new feature called Declarative Test Suites.
-
A Better Way To Use Gradle With Github Actions
To enhance the experience of building Gradle projects on GitHub Actions, the Gradle team has developed the gradle-build-action.
-
Java on Azure Tooling Update – June 2022
We introduce the new application-centric view on Azure toolkit for IntelliJ that will make the interface more user-friendly.