From 250488825f41c0a25765471f8872ebe3b39c945d Mon Sep 17 00:00:00 2001
From: Nicolas Pomepuy <nicolas@videolabs.io>
Date: Fri, 7 Jul 2023 13:24:17 +0200
Subject: [PATCH] Set the POM info in the gradle.properties files

---
 gradle.properties | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 2d8d1e4..2f48c48 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1 +1,16 @@
-android.useAndroidX=true
\ No newline at end of file
+android.useAndroidX=true
+
+POM_URL=https://code.videolan.org/videolan/vlc-android/
+POM_SCM_URL=https://code.videolan.org/videolan/vlc-android/
+POM_SCM_CONNECTION=scm:git:https://code.videolan.org/videolan/vlc-android.git
+POM_SCM_DEV_CONNECTION=scm:git:https://code.videolan.org/videolan/vlc-android.git
+
+POM_LICENCE_NAME=GNU Lesser General Public License, version 2.1
+POM_LICENCE_URL=https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
+POM_LICENCE_DIST=repo
+
+POM_DEVELOPER_ID=videolan
+POM_DEVELOPER_NAME=VideoLAN
+POM_DEVELOPER_URL=https://www.videolan.org/
+
+RELEASE_SIGNING_ENABLED=false
\ No newline at end of file
-- 
GitLab