Tweak build file to not specify a particular JDK when creating an IDEA project file.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user