浏览代码

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 {