try to gradle tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2020-02-14 13:31:55 +00:00
parent b7d0f9fafe
commit 03b7935147

View 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')
}