Ver Fonte

Fix tests not using the correct classpath

malte0811 há 4 anos atrás
pai
commit
470961c402
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      common/build.gradle

+ 5 - 0
common/build.gradle

@@ -9,6 +9,11 @@ sourceSets {
             runtimeClasspath += googleextension.output
         }
     }
+    test {
+        java {
+            runtimeClasspath += googleextension.output
+        }
+    }
 }
 
 dependencies {