Parcourir la source

Fix tests not using the correct classpath

malte0811 il y a 4 ans
Parent
commit
470961c402
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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 {