Skip to content

Commit

Permalink
Merge pull request #6013 from mysteriumnetwork/fixes/ci
Browse files Browse the repository at this point in the history
Bump mvn plugin + debug logging
  • Loading branch information
mdomasevicius authored Mar 14, 2024
2 parents b024651 + a0a0f84 commit 398249d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/package/android/mvn.pom
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<plugin>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>4.1.0</version>
<version>4.6.0</version>

<extensions>true</extensions>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion bin/package/android_provider/mvn.pom
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<plugin>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>4.1.0</version>
<version>4.6.0</version>

<extensions>true</extensions>
<configuration>
Expand Down
4 changes: 4 additions & 0 deletions ci/release/android_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func ReleaseAndroidSDK() error {
"MAVEN_USER": env.Str(MAVEN_USER),
"MAVEN_PASS": env.Str(MAVEN_PASS),
}, "mvn",
"-X",
"gpg:sign-and-deploy-file",
"--settings=bin/package/android/mvn.settings",
"-DrepositoryId="+REPOSITORY_ID,
Expand All @@ -77,6 +78,7 @@ func ReleaseAndroidSDK() error {
"MAVEN_USER": env.Str(MAVEN_USER),
"MAVEN_PASS": env.Str(MAVEN_PASS),
}, "mvn",
"-X",
"gpg:sign-and-deploy-file",
"--settings=bin/package/android/mvn.settings",
"-DrepositoryId="+REPOSITORY_ID,
Expand Down Expand Up @@ -114,6 +116,7 @@ func ReleaseAndroidProviderSDK() error {
"MAVEN_USER": env.Str(MAVEN_USER),
"MAVEN_PASS": env.Str(MAVEN_PASS),
}, "mvn",
"-X",
"gpg:sign-and-deploy-file",
"--settings=bin/package/android_provider/mvn.settings",
"-DrepositoryId="+REPOSITORY_ID,
Expand All @@ -130,6 +133,7 @@ func ReleaseAndroidProviderSDK() error {
"MAVEN_USER": env.Str(MAVEN_USER),
"MAVEN_PASS": env.Str(MAVEN_PASS),
}, "mvn",
"-X",
"gpg:sign-and-deploy-file",
"--settings=bin/package/android_provider/mvn.settings",
"-DrepositoryId="+REPOSITORY_ID,
Expand Down

0 comments on commit 398249d

Please sign in to comment.