update name of jvm publication

This commit is contained in:
InsanusMokrassar 2019-11-19 19:29:29 +06:00
parent e3b1b67bdc
commit 91c1506e95
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ publishing {
pom.withXml {
asNode().children().last() + {
resolveStrategy = Closure.DELEGATE_FIRST
name "${project_public_name}"
name "${project_public_name}-jvm"
description "${project_public_description}"
url "${project_url}"