forked from line/centraldogma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
25 lines (24 loc) · 1.05 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
group=com.linecorp.centraldogma
version=0.40.1-SNAPSHOT
projectName=Central Dogma
projectUrl=https://line.github.io/centraldogma/
projectDescription=Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2
authorName=LINE Corporation
authorUrl=https://engineering.linecorp.com/en/
inceptionYear=2017
licenseName=The Apache License, Version 2.0
licenseUrl=https://www.apache.org/license/LICENSE-2.0.txt
scmUrl=https://github.com/line/centraldogma
scmConnection=scm:git:https://github.com/line/centraldogma.git
scmDeveloperConnection=scm:git:ssh://[email protected]/line/centraldogma.git
javaSourceCompatibility=1.8
javaTargetCompatibility=1.8
publishUrlForRelease=https://oss.sonatype.org/service/local/staging/deploy/maven2/
publishUrlForSnapshot=https://oss.sonatype.org/content/repositories/snapshots/
publishUsernameProperty=ossrhUsername
publishPasswordProperty=ossrhPassword
publishSignatureRequired=true
# Gradle options
org.gradle.jvmargs=-Xmx1280m
org.gradle.configureondemand=true