Not able to update intellij plugin to support latest version of intellij
Answered
I am trying to update my intellij plugin to 2022.1. But I got some NoClassDefFound error for some class names SystemInfoRt.
So After searching few blogs, I found that I have to update my grade intellij plugin and I updated it from 0.7.2 to 1.5.2 as suggested.
Now I am getting some dependencies errors as shown below. Please help
Please sign in to leave a comment.
Please share link to your sources or provide Gradle build file and gradle.properties contents.
Below is my build.gradle file and I don't have gradle.properties file
The line `version '2022.1` must be `version = '2022.1'`
Thank you for the info Yann. It works.