Reintroduce versionMapping for JVM

This commit is contained in:
Edwin Jakobs
2023-03-30 20:35:04 +02:00
parent a6beabe517
commit 6cf35f77c4

View File

@@ -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")