Skip to content

Commit

Permalink
fix: README's capitalization of groovy test file
Browse files Browse the repository at this point in the history
  • Loading branch information
keturn committed May 17, 2020
1 parent 266b386 commit 72d7d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pick one of the below options:
* `groovyw` and/or `groovyw.bat` should live next to their Gradle variants in the root of a project
* Download a zip file from the Releases tab, extract, place the files accordingly into a local workspace
* Build your own by cloning this repo and running `gradlew jar` to get a fresh `groovy-wrapper.jar` of your own
* You can run `gradlew prep` to both build and place the jar under `gradle/wrapper` where it can be tested with `groovyw test`
* You can run `gradlew prep` to both build and place the jar under `gradle/wrapper` where it can be tested with `groovyw Test`
* For convenience a built version is already maintained there for easy testing

## Gradle
Expand Down

0 comments on commit 72d7d89

Please sign in to comment.