Reintroduce versionMapping for JVM
This commit is contained in:
@@ -86,6 +86,11 @@ if (shouldPublish) {
|
|||||||
groupId = "org.openrndr.extra"
|
groupId = "org.openrndr.extra"
|
||||||
artifactId = project.name
|
artifactId = project.name
|
||||||
description = project.name
|
description = project.name
|
||||||
|
versionMapping {
|
||||||
|
allVariants {
|
||||||
|
fromResolutionResult()
|
||||||
|
}
|
||||||
|
}
|
||||||
pom {
|
pom {
|
||||||
name.set("$project.name")
|
name.set("$project.name")
|
||||||
description.set("$project.name")
|
description.set("$project.name")
|
||||||
|
|||||||
Reference in New Issue
Block a user