Преглед изворни кода

Fix tests not using the correct classpath

malte0811 пре 4 година
родитељ
комит
470961c402
1 измењених фајлова са 5 додато и 0 уклоњено
  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 {