NLSurfMan / tasks

IntelliJ Tasks Plugin
http://confluence.jetbrains.net/display/CONTEST/Tasks
29 stars 16 forks source link

Plug in automatically disabled on IntelliJ startup after updating #16

Closed dnathanson closed 10 years ago

dnathanson commented 10 years ago

Error message on startup says:

Plugin Tasks failed to initialize and will be disabled: org/dubik/tasks/TasksApplicationComponent : Unsupported major.minor version 51.0 [Plugin: Tasks] Please restart IntelliJ IDEA

I am running version 12.1.6, build IU-129.1359 built on October 4, 2013

Indicated that my Java version (1.6) is too old. Is your plugin really incompatible with 1.6? IntelliJ is running just fine with Java 1.6. Can you rebuild the plug in with target language level 1.6?

NLSurfMan commented 10 years ago

I have indeed compiled this with JDK 7. I will compile it with JDK 6 and update as soon as possible. Thanks for reporting!

NLSurfMan commented 10 years ago

I have updated the plugin to JDK 6. It is now at JetBrains awaiting moderation. It will be updated in the repository in a few days.

Sorry for the inconvenience. Please let me know if there are more issues.

dnathanson commented 10 years ago

Thanks! I love this plug in. I'm glad you took it over and continuing its development.

NLSurfMan commented 10 years ago

I'm glad you like it. I'm a bit nervous releasing this. It's my first (adopted) published plugin and I don't wanna mess things up for everybody :)