admin管理员组文章数量:1432612
I installed the latest version of intelliJ on the 18th, and ever since I can no longer Sync Gradle Changes. Whenever I attempt to the error below is thrown:
.gradle.api.GradleScriptException: A problem occurred evaluating initialization script.
Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'GradleVersion'....
at sync_studio_tooling3435_cllv1147ss38zx0z25gq448oz.run(C:\Users\xxxx\AppData\Local\Temp\sync.studio.tooling3435.gradle:6)
Any idea why this would be happening? I've no GradleVersion in my build.gradle or any references to sync_studio_tooling....
I installed the latest version of intelliJ on the 18th, and ever since I can no longer Sync Gradle Changes. Whenever I attempt to the error below is thrown:
.gradle.api.GradleScriptException: A problem occurred evaluating initialization script.
Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'GradleVersion'....
at sync_studio_tooling3435_cllv1147ss38zx0z25gq448oz.run(C:\Users\xxxx\AppData\Local\Temp\sync.studio.tooling3435.gradle:6)
Any idea why this would be happening? I've no GradleVersion in my build.gradle or any references to sync_studio_tooling....
Share Improve this question edited Nov 19, 2024 at 10:40 Markus 6,3085 gold badges10 silver badges24 bronze badges asked Nov 19, 2024 at 10:08 Ronan O'ReillyRonan O'Reilly 334 bronze badges1 Answer
Reset to default 4There's a recent issue with the Android plugin that most likely causes this: https://youtrack.jetbrains/issue/IDEA-363320
Workarounds are:
- Disable the Android plugin in File | Settings | Plugins
- Install the previous version 2024.2.4 of IntelliJ IDEA
本文标签: gradleIntelliJ 20243errorCould not get unknown property 39GradleVersion39Stack Overflow
版权声明:本文标题:gradle - IntelliJ 2024.3 - error - Could not get unknown property 'GradleVersion' - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745568806a2663920.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论