Skip to content

Commit

Permalink
clean readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Oct 30, 2024
1 parent 5b30ad0 commit fffda8c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,13 @@ data class Merchant(
)
```

### Publish to MavenCentral

**TODO PUBLISH TO MAVEN CENTRAL GH ACTIONS**

### Publish to github packages

Creating a new release will publish the artifacts to GitHub Packages.

If publishing locally you will need `GITHUB_ACTOR` and `GITHUB_TOKEN` environment variables set with
repository write permissions.

`./gradlew publishToGitHubPackages`


### Build platform artifacts

#### Android aar

- Run `./gradlew :core:assembleRelease`
- Output: `/core/build/outputs/aar/core-release.aar`

#### JVM jar

- Run `./gradlew :core:jvmJar`
- Output: `/core/build/libs/core-jvm-1.0.jar`

0 comments on commit fffda8c

Please sign in to comment.