File tree Expand file tree Collapse file tree
bindings/kotlin-android-sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 echo "${{ secrets.GPG_SECRET_KEY }}" | gpg --batch --import
142142 gpg --list-secret-keys --keyid-format short
143143
144- GROUP_ID="${MAVEN_GROUP_ID:-org .utexo}"
144+ GROUP_ID="${MAVEN_GROUP_ID:-com .utexo}"
145145 ARTIFACT_ID="${MAVEN_ARTIFACT_ID:-rgb-lightning-node-android}"
146146 gradle -p bindings/kotlin-android-sdk \
147147 publish \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88 id(" org.jreleaser" ) version " 1.19.0"
99}
1010
11- group = providers.gradleProperty(" GROUP_ID" ).orElse(" org .utexo" ).get()
11+ group = providers.gradleProperty(" GROUP_ID" ).orElse(" com .utexo" ).get()
1212version = providers.gradleProperty(" VERSION_NAME" ).orElse(" 0.0.0-dev" ).get()
1313
1414dependencies {
@@ -113,7 +113,7 @@ jreleaser {
113113 licenseUrl.set(" https://spdx.org/licenses/MIT.html" )
114114
115115 java {
116- groupId.set(providers.gradleProperty(" GROUP_ID" ).orElse(" org .utexo" ))
116+ groupId.set(providers.gradleProperty(" GROUP_ID" ).orElse(" com .utexo" ))
117117 version.set(" 17" )
118118 }
119119 }
You can’t perform that action at this time.
0 commit comments