Skip to content

Commit

Permalink
LPS-95279 Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
petershin authored and brianchandotcom committed May 20, 2019
1 parent ceeb405 commit ae6f4a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private ResolveTask _addTaskResolve(Project project) {
project, RESOLVE_TASK_NAME, ResolveTask.class);

resolveTask.setDescription(
"Checks whether the project and it is runtime dependencies will " +
"Checks whether the project and its runtime dependencies will " +
"have their requirements met when installed into the Liferay " +
"portal instance defined by the configured distro.");
resolveTask.setGroup(JavaBasePlugin.VERIFICATION_GROUP);
Expand Down Expand Up @@ -225,7 +225,7 @@ private void _configureTaskResolve(

resolveTask.setBndrunFile(bndrunFile);
resolveTask.setDescription(
"Resolve a project against the Liferay distro");
"Resolve a project against the Liferay distro.");
resolveTask.setDistro(targetPlatformDistroConfiguration);
resolveTask.setFailOnChanges(false);
resolveTask.setGroup("verification");
Expand Down

0 comments on commit ae6f4a5

Please sign in to comment.