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) {
5858}
5959
6060intTest {
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 )
6172 dependsOn buildApps
6273}
You can’t perform that action at this time.
0 commit comments