forked from foundweekends/giter8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove remnants of ls metadata publishing
ls is unmaintained (foundweekends#179) and since foundweekends#186 we've removed the configuration to publish metadata there. Seems there's no longer a need to keep around the sbt plugin and old metadata, then.
- Loading branch information
Showing
31 changed files
with
1 addition
and
882 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ lazy val root = (project in file(".")). | |
scmInfo := Some(ScmInfo(url("https://github.com/foundweekends/giter8"), "[email protected]:foundweekends/giter8.git")) | ||
)), | ||
name := "giter8", | ||
LsKeys.skipWrite := true, | ||
publish := (), | ||
publishLocal := () | ||
) | ||
|
Oops, something went wrong.