Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#983] feat(DependenciesManager): sync option should be ON by default. #1076

Merged
merged 1 commit into from
Jan 3, 2017

Conversation

xael-fry
Copy link
Member

@xael-fry xael-fry commented Dec 30, 2016

[#983] feat(DependenciesManager): add new option "nosync"
for issue #983

@xael-fry xael-fry added this to the 1.4.4 milestone Dec 30, 2016
@xael-fry xael-fry self-assigned this Dec 30, 2016
@xael-fry xael-fry requested a review from asolntsev December 30, 2016 06:40
@@ -150,7 +150,7 @@ public void sync(List<File> installed) {
System.out.println("~");
System.out.println("~ *****************************************************************************");
System.out.println(
"~ WARNING: Your lib/ and modules/ directories are not synced with current dependencies (use --sync to automatically delete them)");
"~ WARNING: Your lib/ and modules/ directories are not synced with current dependencies (don't used --nosync to automatically delete them)");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unnecessary 'd' so should be "(don't use --nosync to automatically delete them)

…ON by default.

[playframework#983] feat(DependenciesManager): add new option "nosync"
@xael-fry xael-fry force-pushed the 983_depsSyncByDefault branch from d312f37 to af50f0b Compare January 3, 2017 01:32
@asolntsev asolntsev merged commit ccf9318 into playframework:1.4.x Jan 3, 2017
@xael-fry xael-fry deleted the 983_depsSyncByDefault branch January 4, 2017 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants