Skip to content

Commit 21c5dbf

Browse files
authored
Merge pull request #5 from niyajali/fix-jitpack-release
Fix: Jitpack Release
2 parents 772cab2 + 6b957f0 commit 21c5dbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ subprojects {
5555
plugins.withId("com.vanniktech.maven.publish.base") {
5656
configure<MavenPublishBaseExtension> {
5757
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
58-
signAllPublications()
58+
// signAllPublications()
5959

6060
pom {
6161
name = project.name

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ kotlin.native.ignoreDisabledTargets=true
2727

2828
# Maven publishing configuration
2929
mavenGroup=com.github.openMF
30-
defaultVersion=1.0.1
30+
defaultVersion=1.0.2
3131
desc=Mifos Fineract Client is a KMP based library that provides a simple interface to interact with the Apache Fineract 1.x Platform APIs
3232
license=MPL license
3333
creationYear=2024

0 commit comments

Comments
 (0)