-
Notifications
You must be signed in to change notification settings - Fork 3
/
gradle.properties
34 lines (30 loc) · 1.24 KB
/
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
28
29
30
31
32
33
34
# Publishing
USER = novikau
GROUP = com.github.anton-novikau
VERSION_NAME = 2.1.0
POM_DESCRIPTION = An annotation processor library for Uri building and parsing routines.
POM_INCEPTION_YEAR=2020
POM_LICENCE_NAME = The Apache Software License, Version 2.0
POM_LICENSE_URL = http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST = repo
POM_DEVELOPER_ID = novikau
POM_DEVELOPER_NAME = Anton Novikau
POM_DEVELOPER_URL = https://github.com/anton-novikau
POM_URL = https://github.com/anton-novikau/boringYURI
POM_SCM_URL = https://github.com/anton-novikau/boringYURI
POM_SCM_CONNECTION = scm:git:git://github.com/anton-novikau/boringYURI.git
POM_SCM_DEV_CONNECTION = scm:git:ssh://[email protected]/anton-novikau/boringYURI.git
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
SONATYPE_AUTOMATIC_RELEASE=false
# Project-wide Gradle settings.
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.configureondemand=false
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
kapt.include.compile.classpath=false
android.nonTransitiveRClass=false
android.nonFinalResIds=false
# Uncomment the line below in order to enable ksp proceessors for BoringYURI in sample apps.
# boringyuri.useKsp=true