Skip to content

Commit

Permalink
fix: intellij gradle plugin downgraded to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iromeo committed Apr 28, 2022
1 parent 23d598f commit 2fff3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
// This plugin allows you to build plugins for IntelliJ platform using specific
// IntelliJ SDK and bundled plugins.
id("org.jetbrains.intellij") version "1.5.3"
id("org.jetbrains.intellij") version "1.5.2"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "1.3.1"
}
Expand Down

0 comments on commit 2fff3a3

Please sign in to comment.