Gradle: Run ScalaTest tests in addition to the JUnit tests

This commit is contained in:
str4d
2017-12-09 01:43:09 +00:00
parent a67ea4b2f2
commit 4512a940fb
3 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
apply plugin: 'idea'
// Exclude apps/ dir itself, but include its subdirs
def javaProjects = subprojects - project(':apps')