play-emberjs
play-emberjs copied to clipboard
Multi project build errors
I have a multi project build and adding the plugin to plugins.sbt file of the project gives the following errors. Found similar issue here: https://groups.google.com/forum/#!msg/simple-build-tool/jRow0mF2nqY/DyVa7PfgYDQJ
error] References to undefined settings: [error] [error] projX/*:play-emberjs-version from projX/compile:resource-generators
same error for all projects
Put this setting in the build.sbt of each project
emberJsVersion := "1.3.0"