File tree Expand file tree Collapse file tree 7 files changed +10
-15
lines changed
velocityexchangeverifiers Expand file tree Collapse file tree 7 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 1- name : Publish velocityexchangeverifiers Android
1+ name : KMP RUN Publish Android
22
33on :
44 workflow_dispatch :
@@ -189,12 +189,11 @@ jobs:
189189 - name : 🚀 Run JReleaser full-release
190190 uses : jreleaser/release-action@v2
191191 with :
192- version : 1.19 .0
192+ version : 1.18 .0
193193 arguments : >
194194 full-release
195195 --config-file=jreleaser.template.yml
196196 --debug
197- working-directory : velocityexchangeverifiers
198197 env :
199198 JRELEASER_PROJECT_JAVA_ARTIFACT_ID : velocityexchangeverifiers
200199 JRELEASER_MAVENCENTRAL_USERNAME : ${{ secrets.MAVEN_CENTRAL_TOKEN_USERNAME }}
Original file line number Diff line number Diff line change 1- name : Publish velocityexchangeverifiers iOS
1+ name : KMP RUN Publish iOS
22
33on :
44 workflow_dispatch :
Original file line number Diff line number Diff line change 1- name : KMP RUN Test And Build For All Targets
1+ name : KMP RUN Test And Build All Targets
22
33on :
44 push :
1919 build-on-pr :
2020 name : Build All KMP Targets
2121 uses : ./.github/workflows/kmp-reusable-build-all-targets.yml
22- secrets : inherit
22+ secrets : inherit
Original file line number Diff line number Diff line change 5151* .xcuserdata /
5252project.xcworkspace /
5353/kotlin-js-store
54- /velocityexchangeverifiers /target
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ waltid-version = "0.14.0"
2828ktlint = " 13.0.0"
2929kotlinxSerializationJson = " 1.9.0"
3030dokka = " 1.9.20"
31- jreleaser = " 1.19.0"
3231
3332[libraries ]
3433kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
@@ -70,4 +69,3 @@ cocoapods = { id = "org.jetbrains.kotlin.native.cocoapods" }
7069mavenPublish = { id = " maven-publish" }
7170signing = { id = " signing" }
7271dokka = { id = " org.jetbrains.dokka" , version.ref = " dokka" }
73- jreleaser = { id = " org.jreleaser" , version.ref = " jreleaser" }
Original file line number Diff line number Diff line change 11project :
2- name : velocityexchangeverifiers
2+ name : WalletSdkKmp
33 # version: from JRELEASER_PROJECT_VERSION
4- description : Velocity Exchange Verifiers - Multiplatform SDK for Verifiable Credential JWT Verification
4+ description : Velocity Career Labs Android SDK
55 authors :
66 - Michael Avoyan
77 inceptionYear : 2025
88 license : Apache-2.0
99 links :
10- homepage : https://github.com/velocitycareerlabs/WalletSdkKmp
10+ homepage : https://github.com/velocitycareerlabs
1111 languages :
1212 java :
1313 groupId : io.velocitycareerlabs
1414 artifactId : velocityexchangeverifiers
1515 extraProperties :
16- displayName : Velocity Exchange Verifiers
16+ displayName : Velocity Career Labs Android SDK
1717
1818signing :
1919 active : ALWAYS
@@ -26,7 +26,7 @@ signing:
2626release :
2727 github :
2828 owner : velocitycareerlabs
29- name : velocityexchangeverifiers
29+ name : VelocityExchangeVerifiers
3030 # token: from JRELEASER_GITHUB_TOKEN
3131 # tagName: from JRELEASER_TAG_NAME
3232 # releaseName: from JRELEASER_RELEASE_NAME
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ plugins {
1010 alias(libs.plugins.mavenPublish)
1111 alias(libs.plugins.signing)
1212 alias(libs.plugins.dokka)
13- alias(libs.plugins.jreleaser)
1413}
1514
1615val publishGroupId = providers.gradleProperty(" PUBLISH_GROUP_ID" ).get()
You can’t perform that action at this time.
0 commit comments