Răsfoiți Sursa

Fix tests not using the correct classpath

malte0811 4 ani în urmă
părinte
comite
470961c402
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  1. 5 0
      common/build.gradle

+ 5 - 0
common/build.gradle

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