You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This file was generated by the Gradle 'init' task.
3
-
*
4
2
* The settings file is used to specify which projects to include in your build.
5
3
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.14.2/userguide/multi_project_builds.html in the Gradle documentation.
6
-
* This project uses @Incubating APIs which are subject to change.
7
4
*/
8
5
9
6
rootProject.name ="kafka-connector-benchmark"
7
+
8
+
/*
9
+
* This is a standalone build. It does NOT use a Gradle composite build to consume
10
+
* the connector from the parent project. Instead, it depends on the published
11
+
* connector artifact by version, resolved from the local Maven repository (~/.m2).
12
+
*
13
+
* Before running the benchmark, publish the connector locally from the repo root:
14
+
* ./gradlew publishToMavenLocal
15
+
*/
16
+
17
+
// Reuse the connector's version catalog so the few libraries the benchmark has to
18
+
// declare itself stay pinned to the versions the connector was built against.
0 commit comments