Skip to content

Commit

Permalink
Add tools.jar to integrationTest classpath for geode-core (apache#5871)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbadler authored Dec 22, 2020
1 parent 0bdd1e6 commit f416515
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geode-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ dependencies {
testRuntime('commons-validator:commons-validator')
testRuntime('com.pholser:junit-quickcheck-generators')

// Needed for JDK8, not JDK11, after nebula.facet v7.0.9
integrationTestImplementation(files("${System.getProperty('java.home')}/../lib/tools.jar"))
integrationTestImplementation(project(':geode-gfsh'))
integrationTestImplementation(project(':geode-junit'))
integrationTestImplementation(project(':geode-dunit'))
Expand Down

0 comments on commit f416515

Please sign in to comment.