Skip to content

Commit

Permalink
Backport "Tiny build cleanup (avoid deprecation warning)" to LTS (#20940
Browse files Browse the repository at this point in the history
)

Backports #19776 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
  • Loading branch information
WojciechMazur authored Jul 2, 2024
2 parents 6e1a809 + 3ab90da commit 0a8f36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/PublishBinPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object PublishBinPlugin extends AutoPlugin {
override val globalSettings = Seq(publishLocalBin := (()))

override val projectSettings: Seq[Def.Setting[_]] = Def settings (
publishLocalBin := Classpaths.publishTask(publishLocalBinConfig).value,
publishLocalBin := Classpaths.publishOrSkip(publishLocalBinConfig, publishLocal / skip).value,
publishLocalBinConfig := Classpaths.publishConfig(
false, // publishMavenStyle.value,
Classpaths.deliverPattern(crossTarget.value),
Expand Down

0 comments on commit 0a8f36a

Please sign in to comment.