Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions java/gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`