Open
Description
The Groovy example of publishBuildInfo = true
from the Gradle Artifactory Plugin docs has no equivalent in the KTS publishing example. So, there are docs for how to do this in Groovy, but not Kotlin. The solution is to use invokeMethod
, which took me a long time to find. It would be great if invokeMethod("setPublishBuildInfo", true)
could be added to the KTS-publish example along with any other properties that require invokeMethod
.
Metadata
Assignees
Labels
No labels