-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgradle.properties
More file actions
23 lines (23 loc) · 804 Bytes
/
gradle.properties
File metadata and controls
23 lines (23 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Package definitions
GROUP=com.sefford
VERSION_NAME=3.0.0
# Gradle options
org.gradle.jvmargs=-Xmx4g
# Kotlin configuration
kotlin.coroutines=enable
kotlin.incremental=true
# Pomfile definitions
POM_DESCRIPTION=Brender modules
POM_URL=https://github.com/Sefford/brender
POM_SCM_URL=https://github.com/Sefford/brender
POM_SCM_TRACKER_URL=https://github.com/Sefford/brender/issues
POM_SCM_CONNECTION=https://github.com/Sefford/brender.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/Sefford/brender.git
POM_SCM_REPO =Sefford/brender
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_GROUP=com.sefford
POM_DEVELOPER_ID=Sefford
POM_DEVELOPER_NAME=Saul Diaz Gonzalez
POM_DEVELOPER_MAIL=sefford@gmail.com