diff --git a/spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle b/spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle index a0d89572ab..5d0e114fc8 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle @@ -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 {