Skip to content

Instantly share code, notes, and snippets.

@kronar
Created March 17, 2016 07:49
Show Gist options
  • Save kronar/15d1a202935d58d2cf3e to your computer and use it in GitHub Desktop.
Save kronar/15d1a202935d58d2cf3e to your computer and use it in GitHub Desktop.
gradle example
compileJava {
sourceCompatibility = '1.7'
}
compileTestJava {
sourceCompatibility = '1.8'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment