Procházet zdrojové kódy

Fix tests not using the correct classpath

malte0811 před 4 roky
rodič
revize
470961c402
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  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 {