Skip to content

Commit 80f279f

Browse files
authored
Merge branch 'master' into exclude_iostests
2 parents 4ef2a36 + 7ae2717 commit 80f279f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle.kts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@ subprojects {
176176
}
177177
}
178178

179-
publications.all {
180-
this as MavenPublication
181-
182-
pom {
183-
name.set("firebase-kotlin-sdk")
184-
description.set("The Firebase Kotlin SDK is a Kotlin-first SDK for Firebase. It's API is similar to the Firebase Android SDK Kotlin Extensions but also supports multiplatform projects, enabling you to use Firebase directly from your common source targeting iOS, Android or JS.")
185-
url.set("https://github.com/GitLiveApp/firebase-kotlin-sdk")
186-
inceptionYear.set("2019")
179+
publications.all {
180+
this as MavenPublication
181+
182+
pom {
183+
name.set("firebase-kotlin-sdk")
184+
description.set("The Firebase Kotlin SDK is a Kotlin-first SDK for Firebase. It's API is similar to the Firebase Android SDK Kotlin Extensions but also supports multiplatform projects, enabling you to use Firebase directly from your common source targeting iOS, Android or JS.")
185+
url.set("https://github.com/GitLiveApp/firebase-kotlin-sdk")
186+
inceptionYear.set("2019")
187187

188188
scm {
189189
url.set("https://github.com/GitLiveApp/firebase-kotlin-sdk")

0 commit comments

Comments
 (0)