Skip to content

Instantly share code, notes, and snippets.

@DenWav
Created September 11, 2016 23:35
Show Gist options
  • Select an option

  • Save DenWav/563eb0b730b3fa4d8bf9ecaedcec3def to your computer and use it in GitHub Desktop.

Select an option

Save DenWav/563eb0b730b3fa4d8bf9ecaedcec3def to your computer and use it in GitHub Desktop.
configure<IdeaModel> {
project.apply {
jdkName = "1.8"
setLanguageLevel("1.8")
}
module.apply {
excludeDirs.add(File(".sandbox"))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment