Minor: Fix typo in build error message

This commit is contained in:
Vyacheslav Gerasimov
2019-03-04 14:28:52 +03:00
parent 9f64e0fa69
commit ef159a4fc9
+1 -1
View File
@@ -121,7 +121,7 @@ fun Project.publish(body: Upload.() -> Unit = {}): Upload {
apply<plugins.PublishedKotlinModule>()
if (artifactsRemovedDiagnosticFlag) {
error("`publish()` should be called before removing artifacts typically done in `noDefaultJar()` of `runtimeJar()` calls")
error("`publish()` should be called before removing artifacts typically done in `noDefaultJar()` or `runtimeJar()` call")
}
afterEvaluate {