

12:26:08,489 WARN - arketplace.MarketplaceRequests - Can not get broken plugins file from Marketplace:C:\Abc\Dev\projects\xyz\xyz-intellij-plugin\build\idea-sandbox\plugins\brokenPlugins.json (The system cannot find the file specified) Starting searchable options index builder 12:25:56,653 WARN - j.internal.DebugAttachDetector - Unable to start DebugAttachDetector, please add `-add-exports java.base/=ALL-UNNAMED` to VM options 12:25:56,528 WARN - pi. - Attempt to load key '' for not yet loaded registryĪt .registry.RegistryValue._get(RegistryValue.java:226)Īt .(RegistryValue.java:203)Īt .(RegistryValue.java:69)Īt .(RegistryValue.java:62)Īt .(Registry.java:63)Īt .(CoreProgressManager.java:761)Īt .lambda$dispatchEvent$9(IdeEventQueue.java:453)Īt .(ApplicationImpl.java:822)Īt .dispatchEvent(IdeEventQueue.java:501)Īt sktop/(EventDispatchThread.java:203)Īt sktop/(EventDispatchThread.java:124)Īt sktop/(EventDispatchThread.java:113)Īt sktop/(EventDispatchThread.java:109)Īt sktop/(EventDispatchThread.java:101)Īt sktop/(EventDispatchThread.java:90) WARNING: All illegal access operations will be denied in a future release WARNING: Use -illegal-access=warn to enable warnings of further illegal reflective access operations

WARNING: Illegal reflective access by to method () WARNING: An illegal reflective access operation has occurred WARNING: Please consider reporting this to the maintainers of Īs it asked me to let you guys know, here comes the output: Plugin is being generated and it is working fine after installing it, however buildSearchableOptions task is outputting a lot of disturbing messages: Thanks Yann Cebron, adding plugins = and removing apply plugin: java solved the issue. I might be missing some conceptual point here. So, I replaced the project JDK to use also JDK11 and from that moment I started facing compilation errors, like ** cannot be found. What I understand form it is that AnAction class was built using Java 11. Please remove or make sure it appears in the correct subdirectory of the classpath. Trying to build it now immediately throws it:īad class file: C:\Dev\apps\ideaIU-2020.3\lib\platform-api.jar(com/intellij/openapi/actionSystem/AnAction.class)Ĭlass file has wrong version 55.0, should be 52.0 localPath 'C:/Program Files/JetBrains/IntelliJ IDEA 2019.1.3'
#Intellij idea community edition 2020.3.2 x64 code#
In order to build the same code for a IDEA 2020.3 I just replaced the Intellij distribution path:

It is important to mention that since I'm working behind a restricted company proxy and can't just set the Intellij version in order to get the necessary distribution files to the build (Intellij.localPath)īuilding it on IDEA 2019.1, JDK 1.8 works fine. Runtime group: '', name: 'commons-lang3', version: '3.11'

Runtime group: '', name: 'guava', version: '23.0' TestCompile group: 'junit', name: 'junit', version: '4.12' LocalPath 'C:/Program Files/JetBrains/IntelliJ IDEA 2019.1.3' Building for IDEA 2019.1 works like a charm! I thought that building for 2020.3 would be just a matter of pointing to 2020.3 installation folder and that's it, but it is not being even close to it.Ĭlasspath group: '', name: 'gradle-intellij-plugin', version: '0.6.5'
