Fixing a typo in the build task #HHH-13830
One of the build tasks, publish, had a typo in the description. It has been corrected in this commit.
This commit is contained in:
parent
b178f9e23a
commit
9b2a839ee4
|
@ -66,7 +66,7 @@ task release {
|
|||
|
||||
task publish {
|
||||
description = "The task performed when we want to just publish maven artifacts. Relies on " +
|
||||
"the fact that subprojects will have a task named pubappropriately define a release task " +
|
||||
"the fact that subprojects will appropriately define a release task " +
|
||||
"themselves if they have any release-related activities to perform"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue