grails-audit-logging-plugin icon indicating copy to clipboard operation
grails-audit-logging-plugin copied to clipboard

Deploy to Maven Central

Open robertoschwald opened this issue 3 years ago • 1 comments

We need to deploy next version to Maven Central.

robertoschwald avatar May 22 '21 15:05 robertoschwald

I had to use the following in build.gradle since mavenCentral doesn't have 3.0.6.

maven { url "https://dl.bintray.com/grails/plugins" }

MichaelMorett avatar Jun 07 '21 21:06 MichaelMorett