Skip to content

Commit

Permalink
Document sonatype publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
espertus committed Feb 25, 2024
1 parent 251f004 commit f0d1ac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ IntelliJ sometimes grays out most of `build.gradle`. If this happens, select `Re
of the [Gradle panel screenshot](https://github.com/espertus/jacquard/assets/661056/5f33dcb0-76ab-4e4e-80e5-bf344c7a0ab9).
[[Stack Overflow](https://stackoverflow.com/a/60207549/631051)].

Publishing to Maven Central (Sonatype) requires a secret key, which is not part
of the distribution. It is stored in `settings.gradle`.

## Javadoc
Javadoc is automatically generated through a github action and pushed to [https://ellenspertus.com/jacquard/index.html](https://ellenspertus.com/jacquard/index.html) when changes are merged into `main`.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

group = 'com.spertus'
version = '0.2-SNAPSHOT'
version = '0.1-SNAPSHOT'

publishing {
publications {
Expand Down

0 comments on commit f0d1ac3

Please sign in to comment.