From e579ee99a15d9ce8121e940ed7198cfe94555e29 Mon Sep 17 00:00:00 2001 From: Ryan O'Meara Date: Thu, 12 Sep 2019 22:17:51 -0400 Subject: [PATCH] Correct typos in multi-module README section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4469877..30b3992 100644 --- a/README.md +++ b/README.md @@ -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