Updated and run and publish the package
This commit is contained in:
parent
3afc488495
commit
effe7e4025
@ -49,6 +49,15 @@ uploadArchives {
|
|||||||
|
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
#### Publish the package
|
||||||
|
```shell
|
||||||
|
gradle upload
|
||||||
|
```
|
||||||
|
Or
|
||||||
|
```shell
|
||||||
|
./gradlew upload
|
||||||
|
```
|
||||||
|
|
||||||
#### Noted for Library Publish within GROUP ID
|
#### Noted for Library Publish within GROUP ID
|
||||||
- For Snapshot version must be:
|
- For Snapshot version must be:
|
||||||
```groovy
|
```groovy
|
||||||
|
Loading…
Reference in New Issue
Block a user