Created
November 21, 2015 22:54
-
-
Save AlexJoz/23c3cd19e94de9d61f7c to your computer and use it in GitHub Desktop.
Refresh Dependencies in Gradle & Eclipse
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It depends on how you integrate with Eclipse. | |
If you use Gradle's 'apply plugin: eclipse', run 'gradle cleanEclipse eclipse'. | |
If you use the STS Gradle plugin, right-click the project and choose 'Gradle - Refresh Dependencies'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment