We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0c00d commit b086a72Copy full SHA for b086a72
1 file changed
runners/spark/job-server/build.gradle
@@ -27,6 +27,18 @@ apply plugin: 'application'
27
// we need to set mainClassName before applying shadow plugin
28
mainClassName = "org.apache.beam.runners.spark.SparkJobServerDriver"
29
30
+repositories {
31
+ maven {
32
+ url "https://artifactory.corp.linkedin.com:8083/artifactory/DDS/"
33
+ }
34
35
+ url "https://artifactory.corp.linkedin.com:8083/artifactory/mintdev-publish-repo/"
36
37
38
+ url "file://" + System.getProperty("user.home") + "/local-repo"
39
40
+}
41
+
42
applyJavaNature(
43
automaticModuleName: 'org.apache.beam.runners.spark.jobserver',
44
validateShadowJar: false,
0 commit comments