Skip to content

Commit

Permalink
Correct typos in multi-module README section
Browse files Browse the repository at this point in the history
  • Loading branch information
romeara authored Sep 13, 2019
1 parent 95bf1fb commit e579ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Applying this convention has the following effects:
- Reads dependency versions from file `"${rootDir}/dependencies.properties"` and applies these as dependency constraints
- This file may have empty lines, lines starting with `#` which act as comments, or lines of the form `group:artifact:version[,configurations,...]`
- Add a reference to credentials read from environment variables `BINTRAY_USER` and `BINTRAY_API_KEY`. These variables must be defined if the credentials are used
- These credentials can be referenced by `${credentials.bintray.username}` and `${credentials.bintray.password}'
- These credentials can be referenced by `${credentials.bintray.username}` and `${credentials.bintray.password}`
- Increases the logging level of test events in sub-modules
- Adds tasks to generate sources and javadoc jars, and adds them to the project's acrhives artifact configuration
- Adds tasks to generate sources and javadoc jars, and adds them to the project's `archives` artifact configuration
- Adds DSL for configuration project meta data
- Loads developers into project meta data from file `"${rootDir}/developers.properties"`, if it exists
- Loads contributors into project meta data from file `"${rootDir}/contributors.properties"`, if it exists
- Applies project meta data to generated Maven POM files

Individual plug-ins used to apply these changes:
Individual plug-ins used to apply these behaviors:

- org.starchartlabs.flare.dependency-constraints
- org.starchartlabs.flare.increased-test-logging
Expand Down

0 comments on commit e579ee9

Please sign in to comment.