-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
24 lines (22 loc) · 953 Bytes
/
gradle.properties
File metadata and controls
24 lines (22 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 -XX:MetaspaceSize=1g
android.useAndroidX=true
kotlin.code.style=official
android.nonTransitiveRClass=true
POM_NAME=ProjectGuard Plugin
VERSION_NAME=1.0.0-SNAPSHOT
POM_ARTIFACT_ID=projectguard-gradle-plugin
POM_DESCRIPTION=Plugin that checks for restrictions in dependencies
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
GROUP=com.rubensousa.projectguard
POM_URL=https://github.com/rubensousa/projectguard/
POM_SCM_URL=https://github.com/rubensousa/projectguard/
POM_SCM_CONNECTION=scm:git:git://github.com/rubensousa/projectguard.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/rubensousa/projectguard.git
POM_INCEPTION_YEAR=2026
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=rubensousa
POM_DEVELOPER_NAME=Ruben Sousa
POM_DEVELOPER_URL=https://github.com/rubensousa/