[Android] Update the maven plugin version to 0.22.0
Nicolas Pomepuy
git at videolan.org
Thu Dec 15 07:41:03 UTC 2022
vlc-android | branch: refs/tags/3.5.4-beta01-test2 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Nov 15 13:58:25 2022 +0100| [f6292d808ed4d1ceb0923c60ce9e161561375f35] | committer: Nicolas Pomepuy
Update the maven plugin version to 0.22.0
(cherry picked from commit 8c879bc87645ed31fedc2793e520ff3988f2f1c1)
> https://code.videolan.org/videolan/vlc-android/commit/f6292d808ed4d1ceb0923c60ce9e161561375f35
---
build.gradle | 2 +-
gradle.properties | 3 +++
medialibrary/build.gradle | 4 ----
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/build.gradle b/build.gradle
index 1999f269af..42327aa134 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.14.2'
+ classpath 'com.vanniktech:gradle-maven-publish-plugin:0.22.0'
}
}
diff --git a/gradle.properties b/gradle.properties
index 829196a972..592bb5c736 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,3 +19,6 @@ POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=videolan
POM_DEVELOPER_NAME=VideoLAN
POM_DEVELOPER_URL=https://www.videolan.org/
+
+RELEASE_SIGNING_ENABLED=false
+
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index 73ceef233c..6bcc7e2e1b 100644
--- a/medialibrary/build.gradle
+++ b/medialibrary/build.gradle
@@ -100,8 +100,4 @@ dependencies {
}
-mavenPublish {
- releaseSigningEnabled = false
-}
-
apply from: '../buildsystem/publish.gradle'
More information about the Android
mailing list