Added docs

This commit is contained in:
Marcin Grzejszczak
2017-03-07 13:24:39 +01:00
parent 3b9f40fd75
commit 6756df9916
12 changed files with 683 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ 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 any key to continue...");
log.info("Press Enter to continue...");
System.in.read();
this.projectUpdater.updateProject(new File(workingDir));
System.exit(0);