Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.0.34 fails on Java 8 #50

Closed
Turbo87 opened this issue Dec 11, 2015 · 1 comment
Closed

v0.0.34 fails on Java 8 #50

Turbo87 opened this issue Dec 11, 2015 · 1 comment
Milestone

Comments

@Turbo87
Copy link
Contributor

Turbo87 commented Dec 11, 2015

* What went wrong:
A problem occurred configuring root project 'intellij-rust'.
> Could not create task of type 'RunIdeaTask'.

Caused by: java.lang.NoClassDefFoundError: java/util/HashMap$Entry
    at org.jetbrains.intellij.RunIdeaTask$1.$getStaticMetaClass(RunIdeaTask.groovy)
    at org.jetbrains.intellij.RunIdeaTask$1.<init>(RunIdeaTask.groovy)
    at org.jetbrains.intellij.RunIdeaTask.<init>(RunIdeaTask.groovy:11)
    at org.jetbrains.intellij.RunIdeaTask_Decorated.<init>(Unknown Source)
    at org.gradle.api.internal.DependencyInjectingInstantiator.newInstance(DependencyInjectingInstantiator.java:48)

This occured on the intellij-rust project with 0.0.34 of this plugin (see intellij-rust/intellij-rust#179). Using 0.0.33 it seems to work fine. intellij-rust is compiling and running Gradle with Java 8.

I'm using 0.0.34 without any issues on intellij-emberjs but with Java 7 instead.

@zolotov
Copy link
Member

zolotov commented Dec 21, 2015

Please try 0.0.35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants