play-emberjs icon indicating copy to clipboard operation
play-emberjs copied to clipboard

Multi project build errors

Open forestofrain opened this issue 12 years ago • 1 comments

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

forestofrain avatar Jun 28 '13 06:06 forestofrain

Put this setting in the build.sbt of each project

emberJsVersion := "1.3.0"

dwickern avatar Jan 24 '14 22:01 dwickern