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