Explorar el Código

Fix tests not using the correct classpath

malte0811 hace 4 años
padre
commit
470961c402
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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 {