SrikanthTati
SrikanthTati
A hacky way to do this is to name the avsc files in the order in which they are required to be parsed. Its flaky and difficult to maintain. Is...
Same error while running "release with-defaults" in travis-ci. I'm using sbt 0.13.15, sbt-release 1.0.6. Anyone managed to find a fix? ``` [info] Starting release process off commit: 57d2b83083824621b4b7e95b51fe4449fbf132c5 fatal: ref...
@pedromss did you get this to work? There is a setting releaseVersionFile that is supposed to do just this but it doesn't seem to be working. All the sub projects...
I did actually get it to work with releaseVersionFile & releaseUseGlobalVersion. It does read and update version.sbt in subproject. Hope it helps.
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
Curious if this is even possible given that UDP is connectionless?