Skip to content
New issue

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

Maven central publishing and Bintray removal #52

Merged
merged 3 commits into from
Oct 14, 2022
Merged

Maven central publishing and Bintray removal #52

merged 3 commits into from
Oct 14, 2022

Conversation

kPYKx7Ddw4n1aIKZ
Copy link
Contributor

Solves #26.

To deploy, you have to set the environment variable MAVEN_CENTRAL_DEPLOY=true.
Also you have to set the credentials in the gradle.properties file (usually in $USER_HOME/.gradle/gradle.properties), like this:

ossrhUsername=your-jira-id
ossrhPassword=your-jira-password

To deploy to the staging area, just call gradle publish.

After that, you need to release it over the Web UI.

@cleishm cleishm merged commit 5896407 into tomlj:main Oct 14, 2022
@kPYKx7Ddw4n1aIKZ kPYKx7Ddw4n1aIKZ deleted the maven_central_publish branch October 15, 2022 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants