Skip to content

Instantly share code, notes, and snippets.

@marioosh
Created May 22, 2016 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marioosh/8047004027e6d7be3e8b117967d3e644 to your computer and use it in GitHub Desktop.
Save marioosh/8047004027e6d7be3e8b117967d3e644 to your computer and use it in GitHub Desktop.
intellij-elixir gradle error
Caused by: : /projekty/intellij-elixir/intellij-elixir-gradle/src/main/java/org/elixir_lang/configuration/ElixirCompilerOptionsConfigurable.form: The form is bound to the class org.elixir_lang.configuration.ElixirCompilerOptionsConfigurable.
Another form /projekty/intellij-elixir/intellij-elixir-gradle/src/main/java/org/elixir_lang/configuration/ElixirCompilerOptionsConfigurable.form is also bound to this class.
at com.intellij.ant.Javac2.fireError(Javac2.java:510)
at com.intellij.ant.Javac2.instrumentForms(Javac2.java:297)
at com.intellij.ant.Javac2.compile(Javac2.java:236)
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:936)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.gradle.api.internal.project.ant.BasicAntBuilder.nodeCompleted(BasicAntBuilder.java:78)
at org.gradle.api.internal.project.ant.BasicAntBuilder.doInvokeMethod(BasicAntBuilder.java:93)
at org.jetbrains.intellij.IntelliJInstrumentCodeAction.instrumentCode(IntelliJInstrumentCodeAction.groovy:75)
at org.jetbrains.intellij.IntelliJInstrumentCodeAction$_execute_closure2.doCall(IntelliJInstrumentCodeAction.groovy:44)
at org.jetbrains.intellij.IntelliJInstrumentCodeAction.execute(IntelliJInstrumentCodeAction.groovy:35)
at org.jetbrains.intellij.IntelliJInstrumentCodeAction.execute(IntelliJInstrumentCodeAction.groovy)
at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:585)
at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:568)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:80)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:61)
... 68 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment