Skip to content

Instantly share code, notes, and snippets.

@frgomes
Last active March 28, 2022 23:49
Show Gist options
  • Save frgomes/f332e16b1e1fb00bebfb847d77c633e0 to your computer and use it in GitHub Desktop.
Save frgomes/f332e16b1e1fb00bebfb847d77c633e0 to your computer and use it in GitHub Desktop.
SBT - disable publishing
def disablePublishing: Seq[Setting[_]] =
Seq(
publish/skip := true,
publishLocal/skip := true
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment