google-app-engine - AppenginePlugin在Mac上的IntelliJ中导入gradle项目时不支持major.minor 51版错误

标签 google-app-engine intellij-idea gradle

无法导入项目。从build.gradle导入时,给出不受支持的Major.Minor版本51错误

最佳答案

(从another solution复制)

解:

我的解决方案是编辑/Applications/IntelliJ IDEA 14 CE.app/Contents/Info.plist
在底部找到这两行:

<key>JVMVersion</key>
<string>1.6*</string>

将其更改为1.7*,使其看起来像这样:
<key>JVMVersion</key>
<string>1.7*</string>

然后重新启动您的IDE。

关于google-app-engine - AppenginePlugin在Mac上的IntelliJ中导入gradle项目时不支持major.minor 51版错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28419175/

相关文章:

Node.js Running Hello World on Google Cloud Platform报错部署报错

kotlin - 如何在Intellij中配置Kotlin SDK外部文档?

gradle - 为什么 kotlin gradle 插件无法使用 1.8 目标构建?

java - Gradle:多个 JAR,无需多个项目

java - GWT:将客户端和服务器端分成不同的 WAR

python - 如何在 Google App Engine 中正确实现多个模块的多个版本?

java - Spring Security 无法在服务器上运行(谷歌应用引擎)

eclipse - IntelliJ IDEA 中 Eclipse 的 Ctrl+Alt+J 快捷键等效项是什么?

class - Intellij IDEA如何运行一个类而不是整个项目?

gradle - 在本地运行Azure Pipeline Gradle任务