Merge branch '2.3.x'

Closes gh-23224
This commit is contained in:
Andy Wilkinson 2020-09-08 11:39:52 +01:00
commit b1a843279a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ task integrationTest {
dependsOn copyIntegrationTestSources, jar
def resultsDir = file("${buildDir}/test-results/integrationTest")
inputs.dir file("src/it")
inputs.files sourceSets.main.runtimeClasspath
inputs.files(sourceSets.main.runtimeClasspath).withNormalizer(ClasspathNormalizer)
outputs.dirs resultsDir
doLast {
ant.with {