Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup project plugin dependency for an already evaluated project #238

Merged
merged 1 commit into from
Oct 10, 2017

Conversation

matklad
Copy link
Contributor

@matklad matklad commented Oct 9, 2017

Gradle's project.afterEvaluate won't get executed if project is already
executed, so we have to check for this manually.

Gradle's project.afterEvaluate won't get executed if project is already
executed, so we have to check for this manually.
@zolotov
Copy link
Member

zolotov commented Oct 10, 2017

thanks

kumbayo added a commit to kumbayo/intellij-rust that referenced this pull request Feb 26, 2018
The current way (since intellij-rust#2213) of loading the intellij-toml plugin
from build.gradle.kts requires a fix for
JetBrains/intellij-platform-gradle-plugin#238.
But the current latest stable version 0.2.18 of gradle-intellij-plugin
does not yet contain this fix.
This causes toml support to not work during development.

Go back to the old way of loading the intellij-toml plugin
until a bugfix version of intellij-toml containing the fix is released.

See JetBrains/intellij-platform-gradle-plugin#258 for more details.
bors bot added a commit to intellij-rust/intellij-rust that referenced this pull request Feb 27, 2018
2334: Add a workaround for loading of the intellij-toml plugin r=Undin a=kumbayo

The current way (since #2213) of loading the intellij-toml plugin
from build.gradle.kts requires a fix for
JetBrains/intellij-platform-gradle-plugin#238.
But the current latest stable version 0.2.18 of gradle-intellij-plugin
does not yet contain this fix.
This causes toml support to not work during development.

Go back to the old way of loading the intellij-toml plugin
until a bugfix version of intellij-toml containing the fix is released.

See JetBrains/intellij-platform-gradle-plugin#258 for more details.
zolotov pushed a commit that referenced this pull request Mar 9, 2018
… (#266)

Gradle's project.afterEvaluate won't get executed if project is already
executed, so we have to check for this manually.

(cherry picked from commit 38f7376)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants