Module version group:, module:setter-for-catan, version:unspecified, configuration:compile declares a dependency on configuration ‘default’ which is not declared in the module descriptor for group:play, module:play_2.10, version:2.1.
even though ‘build.gradle’ has:
dependencies {
compile ‘play:play_2.10:2.1.1’
}
Creating a ‘default’ configuration in Play’s ‘ivy.xml’ fixes the problem, but I think this isn’t the right way to do it. What is?