Skip to content

Commit a23f2a1

Browse files
committed
Update README about publishing.
1 parent 84010fb commit a23f2a1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ $ ./gradlew jvmTest iosX64Test
3333

3434
### JVM
3535

36-
JARs are available via [Jit Pack](https://jitpack.io/#RedCrewOS/api-sdk-creator-mpp). Being a multi-module project,
37-
the module name is part of the identifier for the desired JAR. Jit Pack relies on Git tags to identify new versions, however tagging the whole repo for one module change impacts all modules if the tag was just a version string (eg: `v1.0.0`). Consequently, tags contain the module name, and the module version, so that different modules can be versioned and published separately.
36+
JARs are available via [Maven Central](https://mvnrepository.com/).
37+
38+
Previous versions are available via JitPack however JitPack can't [publish MPP](https://github.com/jitpack/jitpack.io/issues/3853)
39+
builds.
3840

3941
```groovy
4042
dependencies {
41-
implementation "com.github.RedCrewOS.api-sdk-creator-mpp:http-api-client:http-api-client_v0.5.0"
43+
implementation "au.com.redcrew.apisdkcreator:http-api-client:0.5.4"
4244
}
4345
```
4446

0 commit comments

Comments
 (0)