Skip to content

Commit

Permalink
Merge branch 'main' into rl.function.call.wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo authored Sep 27, 2024
2 parents 744b00b + ffcc8ba commit e64ff6b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 0 additions & 2 deletions firebase-dataconnect/gradleplugin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[versions]
androidGradlePlugin = "8.2.1"
kotlin = "1.8.22"

[libraries]
android-gradlePlugin-api = { group = "com.android.tools.build", name = "gradle-api", version.ref = "androidGradlePlugin" }

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA1" }
2 changes: 1 addition & 1 deletion firebase-dataconnect/gradleplugin/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

plugins {
`java-gradle-plugin`
alias(libs.plugins.kotlin.jvm)
alias(firebaseLibs.plugins.kotlin.jvm)
alias(libs.plugins.spotless)
}

Expand Down
7 changes: 7 additions & 0 deletions firebase-dataconnect/gradleplugin/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ dependencyResolutionManagement {
google()
mavenCentral()
}

// Reuse libs.version.toml from the main Gradle project.
versionCatalogs {
create("firebaseLibs") {
from(files("../../gradle/libs.versions.toml"))
}
}
}

include(":plugin")
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ kotest = ["kotest-runner", "kotest-assertions", "kotest-property", "kotest-prope
playservices = ["playservices-base", "playservices-basement", "playservices-tasks"]

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "serialization-plugin" }

0 comments on commit e64ff6b

Please sign in to comment.