Skip to content

Commit

Permalink
feat: added README
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyewch committed Jul 24, 2024
1 parent 3ac8274 commit 935c7b8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions java/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Publish locally to `build/repo`

```
task publishLocally
```

## Publishing to Maven Central Portal

```
./gradlew :protoc-gen-twirp-java:publishAllPublicationsToCentralPortal
./gradlew :twirp-bom:publishAllPublicationsToCentralPortal
```

Wait for `io.github.ngyewch.twirp:twirp-bom` to be `PUBLISHED` at Maven Central Portal.

```
./gradlew :twirp-common:publishAllPublicationsToCentralPortal
```

Wait for `io.github.ngyewch.twirp:twirp-common` to be `PUBLISHED` at Maven Central Portal.

```
./gradlew :twirp-helidon-common:publishAllPublicationsToCentralPortal
```

Wait for `io.github.ngyewch.twirp:twirp-helidon-common` to be `PUBLISHED` at Maven Central Portal.

```
./gradlew :twirp-helidon-client:publishAllPublicationsToCentralPortal
./gradlew :twirp-helidon-server:publishAllPublicationsToCentralPortal
```

0 comments on commit 935c7b8

Please sign in to comment.