Skip to content

Commit 84a6ee7

Browse files
committed
Add build and publish command reference documentation
1 parent 9218864 commit 84a6ee7

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

BUILD.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Build and Publish Command Reference
2+
3+
## Publish to Local Maven
4+
5+
```shell
6+
gradle publishToMavenLocal --refresh-dependencies
7+
```
8+
9+
## Publish to Private Maven repository
10+
11+
```shell
12+
gradle publishALlPublicationsToReposiliteRepositoryRepository
13+
```
14+
15+
16+
## Publish to Maven Central
17+
18+
```shell
19+
gradle publishAndReleaseToMavenCentral --no-configuration-cache
20+
```
21+

0 commit comments

Comments
 (0)