Skip to content

Commit

Permalink
Update the maven plugin version to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Pomepuy committed Nov 18, 2022
1 parent cd23a83 commit 8c879bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
4 changes: 2 additions & 2 deletions buildsystem/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ fi


if [ "$FORCE_VLC_4" = 1 ]; then
LIBVLCJNI_TESTED_HASH=e4b4ba27687f781e01e09ad687cfc9613d3abac6
LIBVLCJNI_TESTED_HASH=87f8b851295b0e534aedc1fd4117dde73e9bf94a
else
LIBVLCJNI_TESTED_HASH=cc744e179ec245053ff57602744e8d5d5d17fdc4
LIBVLCJNI_TESTED_HASH=d41f1378672d628425c17c07c32e474270ea2b31
fi
LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni
if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 0 additions & 4 deletions medialibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,4 @@ dependencies {
testImplementation "org.robolectric:robolectric:4.3.1"
}

mavenPublish {
releaseSigningEnabled = false
}

apply from: '../buildsystem/publish.gradle'

0 comments on commit 8c879bc

Please sign in to comment.