We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create the first release of the Liberty Gradle plug-in.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
repositories { mavenCentral() maven { name = 'staging site' url = 'https://oss.sonatype.org/content/repositories/netwasdev-1008/' } } dependencies { classpath 'net.wasdev.wlp.gradle.plugins:liberty-gradle-plugin:1.0' }
Created a new RC with updates for #38, #39 and #40. The release artifacts are available at: https://oss.sonatype.org/service/local/repositories/netwasdev-1020/content/
repositories { mavenCentral() maven { name = 'staging site' url = 'https://oss.sonatype.org/service/local/repositories/netwasdev-1020/content/' } } dependencies { classpath 'net.wasdev.wlp.gradle.plugins:liberty-gradle-plugin:1.0' }
Testing was successful, so I created liberty-gradle-plugin-1.0 tag, published a GitHub release, and promoted the artifacts to Maven central.
liberty-gradle-plugin-1.0
jgawor
No branches or pull requests
Create the first release of the Liberty Gradle plug-in.
The text was updated successfully, but these errors were encountered: