Skip to content

Commit 3a2b104

Browse files
committed
DSP-16002 fix cherry-pick (add missing settings)
1 parent 6deec07 commit 3a2b104

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.sbt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ lazy val jobServerTestJarSettings = Seq(
111111
exportJars := true // use the jar instead of target/classes
112112
)
113113

114+
lazy val noPublishSettings = Seq(
115+
publishTo := Some(Resolver.file("Unused repo", file("target/unusedrepo"))),
116+
publishArtifact := false,
117+
publish := {}
118+
)
119+
114120
lazy val dockerSettings = Seq(
115121
// Make the docker task depend on the assembly task, which generates a fat JAR file
116122
docker <<= (docker dependsOn (assembly in jobServerExtras)),

0 commit comments

Comments
 (0)