Browse Source

MINOR: Fix dependency issue in tools module (#14475)

Reviewers: Mickael Maison <mickael.maison@gmail.com>
pull/12430/merge
Nikolay 1 year ago committed by GitHub
parent
commit
e90f82b62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.gradle

2
build.gradle

@ -1911,7 +1911,7 @@ project(':tools') { @@ -1911,7 +1911,7 @@ project(':tools') {
testImplementation project(':connect:api')
testImplementation project(':connect:runtime')
testImplementation project(':connect:runtime').sourceSets.test.output
testImplementation project(':storage:api').sourceSets.main.output
testImplementation project(':storage:storage-api').sourceSets.main.output
testImplementation libs.junitJupiter
testImplementation libs.mockitoCore
testImplementation libs.mockitoJunitJupiter // supports MockitoExtension

Loading…
Cancel
Save