Skip to content

Commit

Permalink
publish comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Mar 23, 2023
1 parent 6b3e2d4 commit 9ee5a63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ A Java Version 11 Runtime is only required if you want to use the Java 11 HttpCl
## Artifact coordinates

The build produces the jar, sources and javadoc artifacts. They are available at
[Maven Central Repository](https://search.maven.org/artifact/de.gmuth/ipp-client).
[maven central repository](https://central.sonatype.com/namespace/de.gmuth).

- group: gmuth.de
- artifact: ipp-client
Expand Down
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ publishing {
repositories {
if (repo == "github") {
// Github Packages:
// do NOT publish from your developer host!
// to release: 1. remove SNAPSHOT from version; 2. commit & push; 3. check github workflow results
// if the workflow tries to publish the same release again you'll get: "Received status code 409 from server: Conflict"
// gradlew -Drepo=github publish
println("> maven repo github")
maven {
name = "GitHubPackages" // Must match regex [A-Za-z0-9_\-.]+.
Expand Down
1 change: 1 addition & 0 deletions publishToSonatype
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gradlew -Drepo=sonatype publish

0 comments on commit 9ee5a63

Please sign in to comment.