]> source.dussan.org Git - poi.git/commitdiff
try to gradle tests
authorPJ Fanning <fanningpj@apache.org>
Fri, 14 Feb 2020 13:31:55 +0000 (13:31 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 14 Feb 2020 13:31:55 +0000 (13:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874020 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 524fa4516a2110827a8aa9e7bb353a3d0941c908..b0a861e28eec1470aaac3409662109bdc30f6ec5 100644 (file)
@@ -354,6 +354,7 @@ project('scratchpad') {
         // cyclic-dependency here: implementation project(':ooxml')
 
         testImplementation 'junit:junit:4.13'
+        testImplementation 'org.mockito:mockito-core:3.2.4'
         testImplementation project(path: ':main', configuration: 'tests')
     }