소스 검색

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 {