[Android] CI: remove unused GRADLE_ABI environment variable for remote-access-client
Steve Lhomme
git at videolan.org
Mon Jun 16 13:47:41 UTC 2025
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jun 12 11:32:46 2025 +0200| [cf7932d90d2bb5036b92528d4286f2beeb2a1a7b] | committer: Duncan McNamara
CI: remove unused GRADLE_ABI environment variable for remote-access-client
> https://code.videolan.org/videolan/vlc-android/commit/cf7932d90d2bb5036b92528d4286f2beeb2a1a7b
---
buildsystem/gitlab/.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index a5c9bf6e81..24798c793e 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -466,7 +466,7 @@ publish_remote_access_lib:
script:
- mkdir -p $M2_REPO
- ./buildsystem/compile.sh --init -b
- - GRADLE_ABI=ALL ./gradlew -Dmaven.repo.local=$M2_REPO -p application/remote-access-client publishToMavenLocal
+ - ./gradlew -Dmaven.repo.local=$M2_REPO -p application/remote-access-client publishToMavenLocal
artifacts:
name: "${CI_COMMIT_TAG}"
paths:
More information about the Android
mailing list