Last active
August 29, 2015 14:23
-
-
Save rolandovillca/b35deef35060f4f0684b to your computer and use it in GitHub Desktop.
GRADLE SETTING EXAMPLE
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
//Add gradle to existing java project: | |
//Step 1: | |
build.gradle | |
//Step 2: | |
apply plugin: 'idea' | |
apply plugin: 'java' | |
//Step 3: | |
gradle cleanIdea | |
//Step 4: | |
gradle idea |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment