瀏覽代碼

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 {