Skip to content

Instantly share code, notes, and snippets.

@breskeby
Created October 8, 2014 08:15
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 breskeby/f2c8a4571640c232235c to your computer and use it in GitHub Desktop.
Save breskeby/f2c8a4571640c232235c to your computer and use it in GitHub Desktop.
set language level explicitly
// root projects build.gradle file
apply plugin: 'idea'
idea {
project {
languageLevel = '1.6'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment