Ichoran / kse

The Kerr Scala Extensions contain core functionality missing from the Scala standard library.
Other
28 stars 4 forks source link

Make the build "more conventional" #4

Closed dwijnand closed 8 years ago

dwijnand commented 8 years ago

Namely:


Note that this brings a bit of my own flavour of sbt builds, which I'm happy to scale back.

Happy to answer questions and iterate on this if you'd like.

dwijnand commented 8 years ago

Updated.

Ichoran commented 8 years ago

@dwijnand - Thanks! Looks a lot cleaner.

Ichoran commented 8 years ago

@dwijnand - Unfortunately, this makes publishing more complicated: it complains that the other package doesn't have proper info. There is no reason to publish this separately, so I'm going to switch back to doing it the other way.

dwijnand commented 8 years ago

As I said, though not something I've seen before and therefore pretty unconventional, I kind of like the other way.

But (at least FYI) the fix for that is to stick the stuff at the top of the file in commonSettings or set them to in ThisBuild.