[Android] Update the maven plugin

Nicolas Pomepuy git at videolan.org
Thu Jul 17 06:35:32 UTC 2025


vlc-android | branch: refs/tags/remoteaccess-0.7.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jul 17 08:10:40 2025 +0200| [8dd0a6bfc367ae5459d6f47f8f73598e74ad7287] | committer: Nicolas Pomepuy

Update the maven plugin

> https://code.videolan.org/videolan/vlc-android/commit/8dd0a6bfc367ae5459d6f47f8f73598e74ad7287
---

 build.gradle                                | 2 +-
 buildsystem/maven/deploy-to-mavencentral.sh | 6 +++---
 gradle.properties                           | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.gradle b/build.gradle
index 21bf912b02..f49f7840e7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ buildscript {
         classpath "com.android.tools.build:gradle:$android_plugin_version"
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
         classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
-        classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.2'
+        classpath 'com.vanniktech:gradle-maven-publish-plugin:0.34.0'
     }
 }
 
diff --git a/buildsystem/maven/deploy-to-mavencentral.sh b/buildsystem/maven/deploy-to-mavencentral.sh
index 991759abe7..bd71426642 100755
--- a/buildsystem/maven/deploy-to-mavencentral.sh
+++ b/buildsystem/maven/deploy-to-mavencentral.sh
@@ -112,7 +112,7 @@ else
     -Durl="https://s01.oss.sonatype.org/service/local/staging/deploy/maven2" \
     -DgroupId=org.videolan.android \
     -Dgpg.keyname=49A7E6FE58DCF183F0B349DFB83763AD62ED0721 \
-    -DrepositoryId=ossrh
+    -DrepositoryId=central
 fi
 
 if [ -z "$MEDIALIB_VERSION" ]; then
@@ -130,7 +130,7 @@ else
     -Durl="https://s01.oss.sonatype.org/service/local/staging/deploy/maven2" \
     -DgroupId=org.videolan.android \
     -Dgpg.keyname=49A7E6FE58DCF183F0B349DFB83763AD62ED0721 \
-    -DrepositoryId=ossrh
+    -DrepositoryId=central
 fi
 
 if [ -z "$REMOTE_ACCESS_VERSION" ]; then
@@ -148,7 +148,7 @@ else
     -Durl="https://s01.oss.sonatype.org/service/local/staging/deploy/maven2" \
     -DgroupId=org.videolan.android \
     -Dgpg.keyname=49A7E6FE58DCF183F0B349DFB83763AD62ED0721 \
-    -DrepositoryId=ossrh
+    -DrepositoryId=central
 fi
 
 
diff --git a/gradle.properties b/gradle.properties
index 3a78597dc4..590356bcf1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,7 +19,7 @@ POM_DEVELOPER_ID=videolan
 POM_DEVELOPER_NAME=VideoLAN
 POM_DEVELOPER_URL=https://www.videolan.org/
 
-RELEASE_SIGNING_ENABLED=false
+signAllPublications=false
 android.nonTransitiveRClass=false
 android.nonFinalResIds=false
 



More information about the Android mailing list