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`