Skip to content

Instantly share code, notes, and snippets.

@rolandovillca
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolandovillca/b35deef35060f4f0684b to your computer and use it in GitHub Desktop.
Save rolandovillca/b35deef35060f4f0684b to your computer and use it in GitHub Desktop.
GRADLE SETTING EXAMPLE
//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