File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -58,5 +58,16 @@ task buildApps(type: GradleBuild) {
58
58
}
59
59
60
60
intTest {
61
+ inputs. files(
62
+ " ${ buildDir} /spring-boot-server-tests-app/build/libs/spring-boot-server-tests-app-jetty.jar" ,
63
+ " ${ buildDir} /spring-boot-server-tests-app/build/libs/spring-boot-server-tests-app-jetty.war" ,
64
+ " ${ buildDir} /spring-boot-server-tests-app/build/libs/spring-boot-server-tests-app-resources.jar" ,
65
+ " ${ buildDir} /spring-boot-server-tests-app/build/libs/spring-boot-server-tests-app-tomcat.jar" ,
66
+ " ${ buildDir} /spring-boot-server-tests-app/build/libs/spring-boot-server-tests-app-tomcat.war" ,
67
+ " ${ buildDir} /spring-boot-server-tests-app/build/libs/spring-boot-server-tests-app-undertow.jar" ,
68
+ " ${ buildDir} /spring-boot-server-tests-app/build/libs/spring-boot-server-tests-app-undertow.war" )
69
+ .withPropertyName(" applicationArchives" )
70
+ .withPathSensitivity(PathSensitivity . RELATIVE )
71
+ .withNormalizer(ClasspathNormalizer )
61
72
dependsOn buildApps
62
73
}
You can’t perform that action at this time.
0 commit comments