Skip to content

Commit

Permalink
Merge pull request #6015 from mysteriumnetwork/fixes/ci
Browse files Browse the repository at this point in the history
Use older version of maven gpg plugin to fix 401
  • Loading branch information
mdomasevicius authored Mar 14, 2024
2 parents 398249d + f5f3ac0 commit a048c83
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions ci/release/android_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ func ReleaseAndroidSDK() error {
"MAVEN_USER": env.Str(MAVEN_USER),
"MAVEN_PASS": env.Str(MAVEN_PASS),
}, "mvn",
"-X",
"gpg:sign-and-deploy-file",
"org.apache.maven.plugins:maven-gpg-plugin:3.1.0:sign-and-deploy-file",
"--settings=bin/package/android/mvn.settings",
"-DrepositoryId="+REPOSITORY_ID,
"-Durl="+REPOSITORY_URL,
Expand All @@ -78,8 +77,7 @@ func ReleaseAndroidSDK() error {
"MAVEN_USER": env.Str(MAVEN_USER),
"MAVEN_PASS": env.Str(MAVEN_PASS),
}, "mvn",
"-X",
"gpg:sign-and-deploy-file",
"org.apache.maven.plugins:maven-gpg-plugin:3.1.0:sign-and-deploy-file",
"--settings=bin/package/android/mvn.settings",
"-DrepositoryId="+REPOSITORY_ID,
"-Durl="+REPOSITORY_URL,
Expand Down Expand Up @@ -116,8 +114,7 @@ func ReleaseAndroidProviderSDK() error {
"MAVEN_USER": env.Str(MAVEN_USER),
"MAVEN_PASS": env.Str(MAVEN_PASS),
}, "mvn",
"-X",
"gpg:sign-and-deploy-file",
"org.apache.maven.plugins:maven-gpg-plugin:3.1.0:sign-and-deploy-file",
"--settings=bin/package/android_provider/mvn.settings",
"-DrepositoryId="+REPOSITORY_ID,
"-Durl="+REPOSITORY_URL,
Expand All @@ -133,8 +130,7 @@ func ReleaseAndroidProviderSDK() error {
"MAVEN_USER": env.Str(MAVEN_USER),
"MAVEN_PASS": env.Str(MAVEN_PASS),
}, "mvn",
"-X",
"gpg:sign-and-deploy-file",
"org.apache.maven.plugins:maven-gpg-plugin:3.1.0:sign-and-deploy-file",
"--settings=bin/package/android_provider/mvn.settings",
"-DrepositoryId="+REPOSITORY_ID,
"-Durl="+REPOSITORY_URL,
Expand Down

0 comments on commit a048c83

Please sign in to comment.