Added tests, removed waiting for key
This commit is contained in:
@@ -41,8 +41,6 @@ public class ReleaserApplication implements CommandLineRunner {
|
||||
@Override public void run(String... strings) throws Exception {
|
||||
String workingDir = System.getProperty("user.dir");
|
||||
log.info("Will run the application for root folder [{}]", workingDir);
|
||||
log.info("Press Enter to continue...");
|
||||
System.in.read();
|
||||
this.projectUpdater.updateProject(new File(workingDir));
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user