doubleshot
doubleshot copied to clipboard
Build and Dependency Management for mixed Java/Ruby projects.
I'm a bot made by @montanaflynn, cheers!
The Listen gem (or our usage of it, same result) is flaky. It fails to start a Listener a third of the time, and occassionally falls back to polling for...
Since the `pom.xml` is required for bootstrapping, let's just remove the bootstrapping code within Doubleshot. It's a bit difficult to maintain, and the project will integrate better with other tools...
Right now we're using `org.sam.doubleshot`. The `groupId` needs to be a domain-name I control however according to the Maven Central publishing guidelines. For hosted projects we have the option of...
@michaelklishin mentioned that supporting local JARs can be a lifesaver: - Some project maintainers don't release artifacts on any schedule. - Some project maintainers just publish JARs on their own...
Because Rubygems is a terrible library and uses globals all over the place, we set `Gem::sources` to assign the repository for the `SpecFetcher` and `DependencyInstaller`. We create a `GemSource` _per-repository_...