gregsh / Clojure-Kit

Clojure/ClojureScript plugin for IntelliJ-based IDEs
Other
248 stars 21 forks source link

Unable to build a plugin #41

Closed shinichy closed 2 years ago

shinichy commented 2 years ago

Steps to reproduce

git clone https://github.com/gregsh/Clojure-Kit.git
cd Clojure-Kit
gradle runIde
FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':runIde'.
> Failed to query the value of task ':runIde' property 'ideDir'.
   > Could not resolve all files for configuration ':detachedConfiguration3'.
      > Could not find com.jetbrains.intellij.idea:ideaIC:203-EAP-SNAPSHOT.
        Searched in the following locations:
          - https://repo.maven.apache.org/maven2/com/jetbrains/intellij/idea/ideaIC/203-EAP-SNAPSHOT/maven-metadata.xml
          - https://repo.maven.apache.org/maven2/com/jetbrains/intellij/idea/ideaIC/203-EAP-SNAPSHOT/ideaIC-203-EAP-SNAPSHOT.pom
          - https://clojars.org/repo/com/jetbrains/intellij/idea/ideaIC/203-EAP-SNAPSHOT/maven-metadata.xml
          - https://clojars.org/repo/com/jetbrains/intellij/idea/ideaIC/203-EAP-SNAPSHOT/ideaIC-203-EAP-SNAPSHOT.pom
          - https://cache-redirector.jetbrains.com/www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea/ideaIC/203-EAP-SNAPSHOT/maven-metadata.xml
          - https://cache-redirector.jetbrains.com/www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea/ideaIC/203-EAP-SNAPSHOT/ideaIC-203-EAP-SNAPSHOT.pom
        Required by:
            project :

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 3s

com.jetbrains.intellij.idea:ideaIC:203-EAP-SNAPSHOT is not available anymore?

gregsh commented 2 years ago

Fixed, thanks