Merge branch '2.3.x'

Closes gh-23224
pull/23229/head
Andy Wilkinson 4 years ago
commit b1a843279a

@ -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 {

Loading…
Cancel
Save