[Android] Add maven local as a repo to allow the CI to build the medialibrary

Nicolas Pomepuy git at videolan.org
Fri Apr 30 12:38:32 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Apr 30 14:32:31 2021 +0200| [3cfe2254e366e32385a64945627825aa593c9f32] | committer: Nicolas Pomepuy

Add maven local as a repo to allow the CI to build the medialibrary

The medialibrary needs the libvlc artifact to be built. During the artifact release process,
the only place it's available is maven local.

> https://code.videolan.org/videolan/vlc-android/commit/3cfe2254e366e32385a64945627825aa593c9f32
---

 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index ba8da95ee..ee6dfa7a7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,6 +8,7 @@ buildscript {
         google()
         jcenter()
         mavenCentral()
+        mavenLocal()
    }
     dependencies {
         classpath "com.android.tools.build:gradle:$android_plugin_version"



More information about the Android mailing list