forked from colintheshots/MarkdownTwain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
29 lines (26 loc) · 1012 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
28
29
# Gradle
org.gradle.jvmargs=-Xmx8g -Dfile.encoding=UTF-8
org.gradle.unsafe.configuration-cache=true
# Kotlin
kotlin.code.style=official
# Android
android.useAndroidX=true
android.nonTransitiveRClass=true
# Library
VERSION_NAME=0.2.2
GROUP=com.meetup.twain
GROUP_ID=com.meetup
ARTIFACT_ID=twain
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2/
SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots/
POM_DESCRIPTION=A modern implementation of the pull-to-refresh for Android
POM_URL=https://github.com/meetup/MarkdownTwain
POM_SCM_URL=https://github.com/meetup/MarkdownTwain
POM_SCM_CONNECTION=scm:[email protected]:meetup/MarkdownTwain.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:meetup/MarkdownTwain.git
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=colintheshots
POM_DEVELOPER_NAME=Colin Lee