Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #568
This pull request includes changes to enable deployment to MavenCentral and updates to the
CHANGELOG.md
file. The most important changes include the addition of a new Gradle script for MavenCentral publishing and the corresponding update to the changelog.IMPORTANT!!: THERE ARE PROBABLY SOME THINGS BEYOND THIS PROJECT, THAT NEED TO BE SET UP BEFORE THIS WORKS!!
Deployment to MavenCentral:
mavenCentralPublish.gradle
script to enable deployment to MavenCentral. This script includes tasks for generating source and Javadoc JARs, configuring the Maven publication, and setting up repository credentials and signing.Changelog Update:
CHANGELOG.md
to include the addition ofmavenCentralPublish.gradle
for deployment to MavenCentral.