weisJ / auto-dark-mode

IDEA plugin to automatically apply system theme settings on macOS and Windows.
https://plugins.jetbrains.com/plugin/14076-auto-dark-mode
MIT License
53 stars 14 forks source link

Compatiable issue with latest CLion #10

Closed wuxiaoqiang12 closed 4 years ago

wuxiaoqiang12 commented 4 years ago

The CLion said: Plugin Error: Plugin "Auto Dark Mode" is incompatible (until build 201.SNAPSHOT < CL-202.6250.12). Please tell me how can I fix this issue?

weisJ commented 4 years ago

Are you using an eap version of CLion?

wuxiaoqiang12 commented 4 years ago

Oh, yes. It is eap version. I can move to regular version. Thanks!

weisJ commented 4 years ago

If you want to use the eap version you could build the plugin locally by changing the version to 202.* in build.gradle and install it from disk.

8 provides some more information on how to do it in the readme