Skip to content

Commit

Permalink
Support reactive/async programming #198
Browse files Browse the repository at this point in the history
  • Loading branch information
remmeier committed Apr 9, 2018
1 parent 8604e47 commit 81af646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ gradle.beforeProject { Project project ->
def classDirs = rootProject.tasks.jacocoRootReport.classDirectories

def mainOutput = files(files(sourceSets.main.output).collect {
fileTree(dir: it, exclude: '**/legacy/**,**/RelationshipRepositoryBa**')
fileTree(dir: it, exclude: '**/legacy/**')
})

if (sourceDirs == null) {
Expand Down

0 comments on commit 81af646

Please sign in to comment.