AdaCore / Ada-IntelliJ

Support for Ada and SPARK languages in IntelliJ IDEA
Apache License 2.0
21 stars 8 forks source link

"Removed deploy script in favor of publishing via gradle" breaks "runIde" #67

Closed tomekw closed 5 years ago

tomekw commented 5 years ago

Hi, I believe this commit: https://github.com/AdaCore/Ada-IntelliJ/commit/c9880dce636ab79bb93b55eb2ac5d7e36fff3c0a breaks the runIde task with:

> Could not get unknown property 'publishToken' for task ':publishPlugin' of type org.jetbrains.intellij.tasks.PublishTask.

Reverting the commit helps but I presume it's not the way to go. Should configuring the gradle.properties be described in the README?

raja-s commented 5 years ago

You're right! No, general users should not have to configure the gradle.properties file. This should be fixed in #70. Thanks for reporting this :)