mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 00:41:32 +02:00
Fixes #2761 With sbt 0.13.13-RC1 rediscovered that the dependency pulled in from Giter8 was affecting the plugins. To avoid this, this change splits up the template resolver implementation to another module called sbt-giter8-resolver, and it will be downloaded using Ivy into `~/.sbt/0.13/templates/`, and then launched reflectively using Java as the interface.