Last active
March 28, 2022 23:49
-
-
Save frgomes/f332e16b1e1fb00bebfb847d77c633e0 to your computer and use it in GitHub Desktop.
SBT - disable publishing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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