Enhance Gradle section in README.md (#1516)

Expanded explanation of Gradle plugin's role (sentence was incomplete).
This commit is contained in:
Raphaël de Courville
2026-05-11 16:33:01 +02:00
committed by GitHub
parent 24faa54c35
commit 9341e32d2f
+4 -2
View File
@@ -18,7 +18,9 @@ more advanced workflows.
## What is Gradle
Gradle is a build tool commonly used in the Java ecosystem. It is responsible for tasks like compiling code, managing
dependencies, and running applications. You do not need to learn Gradle to use Processing in the P
dependencies, and running applications. You do not need to learn Gradle to use Processing in the PDE, but if you feel
ready to take your sketches beyond the PDE and into development environments such as IntelliJ or Eclipse, this plugin
helps bridge the gap between Processing and standard Java workflows.
## Usage
@@ -110,4 +112,4 @@ plugins {
`settings.gradle.kts` - create the file but leave blank
Then run all sketches at once with `gradle sketch`
Then run all sketches at once with `gradle sketch`