Skip to content

Commit

Permalink
Add missin gradle.properties for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed Oct 9, 2023
1 parent 69b89d3 commit 78001f6
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ repositories {
}

subprojects {
group = "io.github.nomisrev"

this@subprojects.tasks.withType<DokkaTaskPartial>().configureEach {
this@subprojects.extensions.findByType<KotlinProjectExtension>()?.sourceSets?.forEach { kotlinSourceSet ->
dokkaSourceSets.named(kotlinSourceSet.name) {
Expand Down
3 changes: 3 additions & 0 deletions common-api/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
POM_ARTIFACT_ID=kotlin-gcp-common-api
POM_NAME=kotlin-gcp-common-api
POM_DESCRIPTION=Kotlin GCP integration with KotlinX Coroutines
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
POM_NAME=kotlin-gcp-pubsub
POM_DESCRIPTION=Kotlin GCP PubSub integration with Kotlin, KotlinX Coroutines & Ktor.
GROUP=io.github.nomisrev
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
Expand Down
3 changes: 3 additions & 0 deletions pubsub-kotlinx-serialization-json/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
POM_ARTIFACT_ID=kotlin-gcp-pubsub-kotlinx-serialization-json
POM_NAME=kotlin-gcp-pubsub-kotlinx-serialization-json
POM_DESCRIPTION=Kotlin GCP PubSub integration with KotlinX Serialization Json
3 changes: 3 additions & 0 deletions pubsub-ktor-kotlinx-serialization-json/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
POM_ARTIFACT_ID=kotlin-gcp-pubsub-ktor-kotlinx-serialization-json
POM_NAME=kotlin-gcp-pubsub-ktor-kotlinx-serialization-json
POM_DESCRIPTION=Kotlin GCP PubSub Ktor integration with KotlinX Serialization Json
3 changes: 3 additions & 0 deletions pubsub-ktor/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
POM_ARTIFACT_ID=kotlin-gcp-pubsub-ktor
POM_NAME=kotlin-gcp-pubsub-ktor
POM_DESCRIPTION=Kotlin GCP PubSub Ktor integration
3 changes: 3 additions & 0 deletions pubsub-test/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
POM_ARTIFACT_ID=kotlin-gcp-pubsub-test
POM_NAME=kotlin-gcp-pubsub-test
POM_DESCRIPTION=Kotlin GCP PubSub Test library powered by Testcontainers
3 changes: 3 additions & 0 deletions pubsub/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
POM_ARTIFACT_ID=kotlin-gcp-pubsub
POM_NAME=kotlin-gcp-pubsub-ktor
POM_DESCRIPTION=Kotlin GCP PubSub integration with KotlinX Coroutines

0 comments on commit 78001f6

Please sign in to comment.