mirror of
https://github.com/processing/processing4.git
synced 2026-05-14 06:43:04 +02:00
Enhance Gradle section in README.md (#1516)
Expanded explanation of Gradle plugin's role (sentence was incomplete).
This commit is contained in:
committed by
GitHub
parent
24faa54c35
commit
9341e32d2f
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user