-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
19 lines (19 loc) · 1004 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
kotlin.code.style=official
projects.group=io.github.nomisrev
projects.version=1.0.0-SNAPSHOT
kotlin.mpp.stability.nowarn=true
# Project definitions
pom.name=kotlin-gcp-pubsub
# Publication
RELEASE_REPOSITORY=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
SNAPSHOT_REPOSITORY=https://s01.oss.sonatype.org/content/repositories/snapshots/
# Pomfile definitions
pom.description=JsonPath offers a simple DSL to work with JsonElement from Kotlinx Serialization Json, this allows you to easily work with JSON in Kotlin in a typed manner.
pom.url=https://github.com/nomisrev/kotlin-gcp-pubsub
pom.license.name=The Apache Software License, Version 2.0
pom.license.url=https://www.apache.org/licenses/LICENSE-2.0.txt
pom.developer.id=nomisRev
pom.developer.name=Simon Vergauwen
pom.smc.url=https://github.com/nomisrev/kotlin-gcp-pubsub
pom.smc.connection=scm:git:git://github.com/nomisrev/kotlin-gcp-pubsub
pom.smc.developerConnection=scm:git:ssh://[email protected]/nomisrev/kotlin-gcp-pubsub.git