From a34951ceebf62d7e4977ce472fd59250369b277c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Fri, 8 May 2026 17:04:44 +0200 Subject: [PATCH] Enhance Gradle section in README.md Expanded explanation of Gradle plugin's role (sentence was incomplete). --- java/gradle/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/java/gradle/README.md b/java/gradle/README.md index b82797276..d49d60976 100644 --- a/java/gradle/README.md +++ b/java/gradle/README.md @@ -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` \ No newline at end of file +Then run all sketches at once with `gradle sketch`