You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 useinvokeMethod
, which took me a long time to find. It would be great ifinvokeMethod("setPublishBuildInfo", true)
could be added to the KTS-publish example along with any other properties that requireinvokeMethod
.The text was updated successfully, but these errors were encountered: