From 4cf6783622ee66ea3fe88b22af48c50c6fb1b12c Mon Sep 17 00:00:00 2001 From: Leijurv Date: Tue, 12 Mar 2019 09:38:05 -0700 Subject: [PATCH] fix the tests --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 9fea94d61..fb70ab02e 100755 --- a/build.gradle +++ b/build.gradle @@ -59,6 +59,7 @@ sourceSets { } test { compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output + runtimeClasspath += main.compileClasspath + main.runtimeClasspath + main.output } launch { compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output