Sfoglia il codice sorgente

common.gradle: avoid groovy-all so as to have fewer test dependencies

Stephen Gold 3 anni fa
parent
commit
b0be9400f2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      common.gradle

+ 1 - 1
common.gradle

@@ -36,7 +36,7 @@ dependencies {
     // Adding dependencies here will add the dependencies to each subproject.
     testImplementation 'junit:junit:4.13.2'
     testImplementation 'org.mockito:mockito-core:3.8.0'
-    testImplementation 'org.codehaus.groovy:groovy-all:3.0.7'
+    testImplementation 'org.codehaus.groovy:groovy-test:3.0.7'
 }