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.
Pull request to get this to maven central. Works on staging and snapshot repo. Just change version to end with -SNAPSHOT and it goes to the snapshot repo.
You need to disable parallel builds to be able to upload to maven central for now. The build file will raise an error if you try building parallel, with a notice that you should run it single threaded. Trying to build parallel will result in several separate repositories instead of one in sonatype.
You can of course still build in parallel as long as you do not deploy to staging.
To use, add a gradle.properties file either in the root dir of the repo, or at ~/.gradle/gradle.properties, with the following content:
See http://central.sonatype.org/pages/gradle.html for more information