Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
JetForcer
Total activity
11
Last activity
July 05, 2025 15:57
Member since
January 27, 2020 23:04
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
3
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
July 05, 2025 15:57
Hmm. Looks like you also have to update the following:(I updated it from 2.2.0 to 2.6.0)plugins { // plugin docs can be found here https://plugins.jetbrains.com/docs/intellij/tools-intellij-plat...
Community
IntelliJ IDEA Open API and Plugin Development
JSON FileType not resolving new 2024.3 plugin
0 votes
Created
July 05, 2025 15:50
But the mentioned plugin doesn't contain the JsonFileType class or the JsonLexer mentioned above. Or am I missing something?
Community
IntelliJ IDEA Open API and Plugin Development
JSON FileType not resolving new 2024.3 plugin
0 votes
Created
February 02, 2022 22:37
Fixed. The problem was caused by the following error:(see https://youtrack.jetforcer.com/issue/JF-2257) Caused by: java.lang.NoSuchMethodError: 'com.fasterxml.jackson.databind.type.TypeFactory com....
Community
IntelliJ IDEA Open API and Plugin Development
After migrating my plugin to 2021.3 I got NoClassDefFoundError: Could not initialize class com.intellij.javascript.web.webTypes.WebTypesLoadUtilKt
0 votes
Created
January 22, 2022 14:37
@... Cebron I already used this property in my build.gradle tasks.test { systemProperty("idea.force.use.core.classloader", "true")} Also, I have a dependency on JavaScript in my build.gradle intel...
Community
IntelliJ IDEA Open API and Plugin Development
After migrating my plugin to 2021.3 I got NoClassDefFoundError: Could not initialize class com.intellij.javascript.web.webTypes.WebTypesLoadUtilKt
0 votes
Created
July 28, 2020 12:20
> You need to set exclude at build.gradle@... How to do that?
Community
IntelliJ IDEA EAP Users
Exclude directory from indexing within gradle projects
0 votes