Skip to content

Commit cf34939

Browse files
committed
WIP
1 parent 73377cb commit cf34939

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,17 +287,17 @@ lazy val experimental = moduleProject("experimental")
287287
lazy val benchmarks = (project in file("benchmarks"))
288288
.dependsOn(core, framework, examples)
289289
.settings(
290-
name := "flowforge-benchmarks",
291-
description := "Performance benchmarks",
290+
name := "benchmarks",
291+
description := "Flowforge Performance benchmarks",
292292
libraryDependencies ++= Dependencies.common,
293293
publish / skip := true
294294
)
295295

296296
lazy val it = (project in file("integration-tests"))
297297
.dependsOn(examples, testing, connectorsGcs, connectorsBigQuery, enginesSpark, qualityDeequ)
298298
.settings(
299-
name := "flowforge-integration-tests",
300-
description := "Integration tests",
299+
name := "integration-tests",
300+
description := "Flowforge Integration tests",
301301
publish / skip := true,
302302
Test / fork := true
303303
)

0 commit comments

Comments
 (0)