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 c5cc626 commit 264d844Copy full SHA for 264d844
spring-boot-cli/src/test/java/org/springframework/boot/cli/ReproIntegrationTests.java
@@ -61,7 +61,7 @@ public void dataJpaDependencies() throws Exception {
61
public void jarFileExtensionNeeded() throws Exception {
62
this.thrown.expect(IllegalStateException.class);
63
this.thrown.expectMessage("is not a JAR file");
64
- this.cli.jar("secure.groovy");
+ this.cli.jar("secure.groovy", "data-jpa.groovy");
65
}
66
67
0 commit comments