mirrored from https://gitlab.com/fdroid/fdroidclient
-
-
Notifications
You must be signed in to change notification settings - Fork 157
/
gradle.properties
27 lines (20 loc) · 888 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
org.gradle.jvmargs=-Xms2g -Xmx4g
android.enableJetifier=false
android.useAndroidX=true
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.mpp.androidSourceSetLayoutVersion=2
# Gradle Maven Publish Info below (https://github.com/vanniktech/gradle-maven-publish-plugin)
# These are common for all libraries in gradle submodules.
# Specifics for each library are defined in the submodule's gradle.properties file.
GROUP=org.fdroid
POM_LICENSE_NAME=Apache-2.0
POM_LICENSE_URL=http://www.apache.org/licenses/LICENSE-2.0
POM_LICENSE_DIST=repo
POM_SCM_URL=https://gitlab.com/fdroid/fdroidclient/
POM_SCM_CONNECTION=scm:git:git://gitlab.com:fdroid/fdroidclient.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]:fdroid/fdroidclient.git
POM_DEVELOPER_ID=grote
POM_DEVELOPER_NAME=Torsten Grote
POM_DEVELOPER_URL=https://github.com/grote/
SONATYPE_AUTOMATIC_RELEASE=true