Add test for IO dependencies in gradle
See gh-1180
This commit is contained in:
@@ -39,6 +39,13 @@ public class InstallTests {
|
||||
.withArguments("-PbootVersion=" + BOOT_VERSION, "--stacktrace").run();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void cleanInstallVersionManagement() throws Exception {
|
||||
project = new ProjectCreator().createProject("installer-io");
|
||||
project.newBuild().forTasks("install")
|
||||
.withArguments("-PbootVersion=" + BOOT_VERSION, "--stacktrace").run();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void cleanInstallApp() throws Exception {
|
||||
project = new ProjectCreator().createProject("install-app");
|
||||
|
||||
Reference in New Issue
Block a user