Tweak build file to not specify a particular JDK when creating an IDEA project file.

This commit is contained in:
Jon Brisbin
2012-11-27 10:22:43 -06:00
committed by Jon Brisbin
parent 754ae21c4c
commit 7f1b61c369

View File

@@ -113,8 +113,6 @@ idea {
downloadSources = true
}
project {
jdkName = "OpenJDK 1.7"
languageLevel = "1.6"
ipr {
withXml { xml ->
xml.node.component.find { it.@name == "VcsDirectoryMappings" }.mapping.@vcs = "Git"