Shopify / intellij-shadowenv

MIT License
9 stars 9 forks source link

Can't find / build #2

Open bellemare opened 3 years ago

bellemare commented 3 years ago

I cannot find this in the marketplace for intelliJ. I have looked for shadowenv and nothing has come up.

Additionally, when I download the source and try to build it following the instructions, I get errors:

Cannot find alternate SDK path: /Users/tanner/Library/Application Support/JetBrains/Toolbox/apps/RubyMine/ch-0/192.6262.57/RubyMine.app/Contents. Default IDEA will be used : /Users/adambellemare/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2019.2/b6afbf1111dae2b3e18581cd0b89bbfb063db9d5/ideaIC-2019.2
Cannot find alternate SDK path: /Users/tanner/Library/Application Support/JetBrains/Toolbox/apps/RubyMine/ch-0/192.6262.57/RubyMine.app/Contents. Default IDEA will be used : /Users/adambellemare/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2019.2/b6afbf1111dae2b3e18581cd0b89bbfb063db9d5/ideaIC-2019.2

> Task :shadowenv-core:compileJava FAILED
/Users/adambellemare/src/github.com/Shopify/intellij-shadowenv/modules/core/src/main/java/com/shopify/shadowenv/utils/Shadowenv.java:7: error: cannot access ExecutionException
import com.intellij.execution.ExecutionException;
                             ^
  bad class file: /Users/adambellemare/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/LATEST-EAP-SNAPSHOT/5d948dbe93898e4c106ab08b63ceb10190cad4ca/ideaIC-LATEST-EAP-SNAPSHOT/lib/platform-ide-util-io.jar(com/intellij/execution/ExecutionException.class)
    class file has wrong version 55.0, should be 52.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.

Is this pinned to Java 8?