mirror of
https://github.com/chylex/IntelliJ-Keyboard-Master.git
synced 2025-05-02 02:34:06 +02:00
Disable IDEA version restrictions
This commit is contained in:
parent
ab314d2071
commit
b7debb36d3
@ -19,6 +19,7 @@ dependencies {
|
||||
|
||||
intellij {
|
||||
version.set("2021.2.2")
|
||||
updateSinceUntilBuild.set(false)
|
||||
|
||||
if (System.getenv("IDEAVIM") == "1") {
|
||||
plugins.add("IdeaVIM:0.66")
|
||||
|
@ -2,6 +2,7 @@
|
||||
<id>com.chylex.intellij.keyboardmaster.KeyboardMaster</id>
|
||||
<name>Keyboard Master</name>
|
||||
<vendor url="https://chylex.com">chylex</vendor>
|
||||
<idea-version since-build="212.5284" />
|
||||
|
||||
<description><![CDATA[
|
||||
Collection of keyboard-centric additions.
|
||||
|
Loading…
Reference in New Issue
Block a user