Skip to content

Commit 264d844

Browse files
committed
Fix build
1 parent c5cc626 commit 264d844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-cli/src/test/java/org/springframework/boot/cli/ReproIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void dataJpaDependencies() throws Exception {
6161
public void jarFileExtensionNeeded() throws Exception {
6262
this.thrown.expect(IllegalStateException.class);
6363
this.thrown.expectMessage("is not a JAR file");
64-
this.cli.jar("secure.groovy");
64+
this.cli.jar("secure.groovy", "data-jpa.groovy");
6565
}
6666

6767
}

0 commit comments

Comments
 (0)