-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
23 lines (22 loc) · 994 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
group=com.linecorp.pushsphere
version=0.1.45-SNAPSHOT
projectName=pushsphere
projectUrl=https://github.com/line/pushsphere
projectDescription=An open-source push notification client library and gateway server for Kotlin.
authorName=LY Corporation
authorUrl=https://github.com/line/pushsphere/graphs/contributors
inceptionYear=2023
licenseName=The Apache License, Version 2.0
licenseUrl=https://www.apache.org/license/LICENSE-2.0.txt
scmUrl=https://github.com/line/pushsphere
scmConnection=scm:git:ssh://[email protected]/line/pushsphere.git
scmDeveloperConnection=scm:git:ssh://[email protected]/line/pushsphere.git
publishUrlForRelease=https://oss.sonatype.org/service/local/staging/deploy/maven2/
publishUrlForSnapshot=https://oss.sonatype.org/content/repositories/snapshots/
publishUsernameProperty=ossrhUsername
publishPasswordProperty=ossrhPassword
publishSignatureRequired=true
javaSourceCompatibility=8
javaTargetCompatibility=8
kotlin.code.style=official