Skip to content

Commit

Permalink
updated gradle plugin to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Feb 12, 2024
1 parent 67bbeeb commit b5a9531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio-idea-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
// ANTLR4 plugin
id("antlr")
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "1.16.1"
id("org.jetbrains.intellij") version "1.17.1"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "2.2.0"
// git plugin - read more: https://github.com/palantir/gradle-git-version
Expand Down

0 comments on commit b5a9531

Please sign in to comment.