forked from line/armeria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
21 lines (21 loc) · 953 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
group=com.linecorp.armeria
version=0.59.0-SNAPSHOT
projectName=Armeria
projectUrl=https://line.github.io/armeria/
projectDescription=Asynchronous HTTP/2 RPC/REST client/server library built on top of Java 8, Netty, Thrift and gRPC
authorName=LINE Corporation
authorEmail=dl_oss_dev@linecorp.com
authorUrl=https://engineering.linecorp.com/en/
inceptionYear=2015
licenseName=The Apache License, Version 2.0
licenseUrl=https://www.apache.org/license/LICENSE-2.0.txt
scmUrl=/~https://github.com/line/armeria
scmConnection=scm:git:/~https://github.com/line/armeria.git
scmDeveloperConnection=scm:git:ssh://git@github.com/line/armeria.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