We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b54ca3 commit 5df8009Copy full SHA for 5df8009
1 file changed
runners/core-java/build.gradle
@@ -42,6 +42,7 @@ dependencies {
42
implementation project(path: ":model:pipeline", configuration: "shadow")
43
implementation project(path: ":sdks:java:core", configuration: "shadow")
44
implementation project(path: ":model:job-management", configuration: "shadow")
45
+ implementation project(path: ":model:fn-execution", configuration: "shadow")
46
implementation library.java.vendored_guava_32_1_2_jre
47
implementation library.java.joda_time
48
implementation library.java.vendored_grpc_1_69_0
0 commit comments