We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50c8aa commit 3e0096eCopy full SHA for 3e0096e
spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle
@@ -42,7 +42,7 @@ task integrationTest {
42
dependsOn copyIntegrationTestSources, jar
43
def resultsDir = file("${buildDir}/test-results/integrationTest")
44
inputs.dir file("src/it")
45
- inputs.files sourceSets.main.runtimeClasspath
+ inputs.files(sourceSets.main.runtimeClasspath).withNormalizer(ClasspathNormalizer)
46
outputs.dirs resultsDir
47
doLast {
48
ant.with {
0 commit comments