hello! I'm trying to publish my artifacts to sonat...
# gradle
d
hello! I'm trying to publish my artifacts to sonatype (https://github.com/ExpediaGroup/graphql-kotlin/blob/master/build.gradle.kts#L107). It appears that my artifacts were uploaded to staging but never released. Is there a way to automatically release it? (i.e. same as using
autoReleaseAfterClose
property from
nexus-staging-maven-plugin
)?
unsure why
maven-publish
plugin doesn't do it but it looks like you can use 3rd party plugin -> https://github.com/Codearte/gradle-nexus-staging-plugin/