Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed some typos.
  • Loading branch information
arimer authored Feb 15, 2019
1 parent 8eca0d6 commit 0c8b039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Parameters:
- `script`: path to the ANT to execute
- `scriptClasspath`: classpath used for the JVM that will execute the generated ANT script. Needs to contain ANT to be
able to run the build script. See below section "Providing Global Defaults" for project wide defaults.
- `scriptArgs`; additional command line arguments provided to the JVM that will execute the generated ANT scripts. This
- `scriptArgs`: additional command line arguments provided to the JVM that will execute the generated ANT scripts. This
is often used to provide property valued via "-Dprop=value". See below section "Providing Global Defaults" for project wide defaults.
- `includeDefaultArgs`: controls if the project wide default values for arguments is used or not.
It's set to `true` by default.
Expand All @@ -48,7 +48,7 @@ Parameters:

### Providing Global Defaults

All tasks derived from the `RunAntScript` base class allow to specify default values for the classpath and script arguemnts
All tasks derived from the `RunAntScript` base class allow to specify default values for the classpath and script arguments
via project properties. By default these values are added to the value specified for the parameters `scriptArgs` and
`scriptClasspath` if they are present. To opt out from the defaults see above the parameters `includeDefaultArgs` and
`includeDefaultClasspath`.
Expand Down

0 comments on commit 0c8b039

Please sign in to comment.