Add jardiff-sbt - #52
Conversation
sbt being new
|
Also, closes #4 |
|
@martijnhoekstra not sure if you even still have any interest in this, but if you do, I'm here to make sure we can get it across the finish line. I have enabled Scala Steward and merged a ton of version bumps, to get the whole project on a more modern footing.
I believe so.
I suggest it live elsewhere, primarily on the grounds that it's not something the Scala team necessarily wants to maintain indefinitely. Whereas jardiff is. (It may not seem so, since this PR was neglected for so long, but we are invested in keeping jardiff in at least minimal working order, since we definitely use it from time to time when QAing this or that.)
Want to add sbt-ci-release? I can add the necessary secrets for Maven Central.
(If the sbt plugin lives elsewhere, is this still a question?) |
Split the existing jardiff in a library and cli project and add an sbt project depending on the library project.
The main functionality is setting the reference version
jardiffReferenceVersion := "1.3.4"and then running the thingjardiffand the jardiff emerges.cr. scala/scala-dev#428