Browse Source

Update the maven plugin version to 0.22.0

(cherry picked from commit 8c879bc876)
3.5.x
Nicolas Pomepuy 4 years ago
parent
commit
f6292d808e
  1. 2
      build.gradle
  2. 3
      gradle.properties
  3. 4
      medialibrary/build.gradle

2
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'
}
}

3
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

4
medialibrary/build.gradle

@ -100,8 +100,4 @@ dependencies {
}
mavenPublish {
releaseSigningEnabled = false
}
apply from: '../buildsystem/publish.gradle'

Loading…
Cancel
Save