Skip to content

Commit

Permalink
Fix Gradle invocations for --scan
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Nov 29, 2024
1 parent 05589d5 commit 5cf8a3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,13 @@ include(":hot-reload-runtime-jvm")
include(":hot-reload-orchestration")
include(":hot-reload-under-test")

gradle.lifecycle.beforeProject {
gradle.beforeProject {
group = "org.jetbrains.compose"
version = project.providers.gradleProperty("version").get()

plugins.apply("test-conventions")
plugins.apply("kotlin-conventions")
}


gradle.lifecycle

0 comments on commit 5cf8a3c

Please sign in to comment.