Skip to content

Commit

Permalink
Update since and util build property via gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlob42 committed Aug 19, 2022
1 parent aee1b16 commit 88b4682
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ tasks.withType<KotlinCompile> {
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version.set("2022.2")
// do not patch plugin.xml since/until build with values inferred from the intellij version
updateSinceUntilBuild.set(false)

plugins.set(listOf("IdeaVIM:1.11.1"))
}

Expand Down
1 change: 0 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<id>eu.theblob42.idea.whichkey</id>
<name>Which-Key</name>
<vendor url="https://github.com/TheBlob42">Tobias Völzel</vendor>
<idea-version since-build="201"/>

<description><![CDATA[
<h2>
Expand Down

0 comments on commit 88b4682

Please sign in to comment.