Explorar o código

Fix tests not using the correct classpath

malte0811 %!s(int64=4) %!d(string=hai) anos
pai
achega
470961c402
Modificáronse 1 ficheiros con 5 adicións e 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 {