Is there programmatic way to reference the version of Intellij Idea that's downloaded with intellij gradle plugin?

Answered

Is there a way to reference the libraries that are contained in the intellij distribution that's downloaded with intellij gradle plugin? I'd like to reference the libs contained in the intellij distribution without hardcoding the path in my gradle.build file.

 

intellij {
updateSinceUntilBuild = false
version "IU-LATEST-EAP-SNAPSHOT"
}

0
3 comments

Charlie,

I'm not sure if I got your point. All the libraries provided by the distribution downloaded with Gradle should be available for your plugin out of the box.

0

Hi Jakub,

I'm trying to specify the ${INTELLIJ_PATH}/libs in my ProGuard config and would like to reference the version of intellij that is pulled down. I'm trying to loosely follow this post since it's using a different obfuscator https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004192919-Plugin-obfuscation-through-a-Gradle-task though the intellij references are hardcoded and I wanted to try to avoid that.

Charlie

0
Avatar
Permanently deleted user

Hi Charlie,

I running into the very same problem as the one you described. And I don't think your question has been answered at all by the way...

Regards,

Johan

0

Please sign in to leave a comment.