Use rich version range for openrndr (#293)

This commit is contained in:
Vechro
2023-03-04 14:58:45 +02:00
committed by GitHub
parent 8af6b764e0
commit 4d0a41ab0b
11 changed files with 40 additions and 56 deletions

View File

@@ -206,7 +206,7 @@ configure(allprojects.findAll { !doNotPublish.contains(it.name) && !multiplatfor
from components.java
versionMapping {
allVariants {
fromResolutionOf("default")
fromResolutionResult()
}
}
groupId = "org.openrndr.extra"