giovannicandido / generator-spring-spa

Best practices and production quality to start with a modern FrontEnd in AngularJS 2 or Aurelia, backend by Java Spring Boot Framework
MIT License
7 stars 4 forks source link

Scala compiler complains about test and integTest using the same output #23

Open giovannicandido opened 7 years ago

giovannicandido commented 7 years ago

Solution: On server/build.gradle

idea {
    module {
        inheritOutputDirs = true
    }
}