sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.59k stars 439 forks source link

Redirect docker buildkit stderr to info #1373

Closed LeonardMeyer closed 3 years ago

LeonardMeyer commented 3 years ago

Fixes #1371 First draft, let me know what you think.

Tested it on my project, it works fine now.

lightbend-cla-validator commented 3 years ago

At least one pull request committer is not linked to a user. See https://help.github.com/en/articles/why-are-my-commits-linked-to-the-wrong-user#commits-are-not-linked-to-any-user

LeonardMeyer commented 3 years ago

Confused about the failing formatting. When I ran scalafmt locally it formatted a lot of files, not just the one I modified...

muuki88 commented 3 years ago

Can you try running scalafmtFormatAll? It checked out your branch and it formatted the DockerPlugin.scala.

Or maybe you have a global scalafmt plugin installed?

lightbend-cla-validator commented 3 years ago

At least one pull request committer is not linked to a user. See https://help.github.com/en/articles/why-are-my-commits-linked-to-the-wrong-user#commits-are-not-linked-to-any-user

lightbend-cla-validator commented 3 years ago

At least one pull request committer is not linked to a user. See https://help.github.com/en/articles/why-are-my-commits-linked-to-the-wrong-user#commits-are-not-linked-to-any-user

muuki88 commented 3 years ago

Thanks for fixing this :hugs: I'll release as soon as I got the release process up and running again :disappointed: