Skip to content

Commit

Permalink
Update gradle-intellij-plugin from 1.13.3 to 1.16.0
Browse files Browse the repository at this point in the history
(Fixes build failure after updating Gradle in the last commit)
  • Loading branch information
JojOatXGME committed Oct 22, 2023
1 parent f0ef11b commit 704077f
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 @@ -7,7 +7,7 @@ plugins {
// Java support
id("java")
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "1.13.3"
id("org.jetbrains.intellij") version "1.16.0"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "2.1.0"
// grammarkit - read more: https://github.com/JetBrains/gradle-grammar-kit-plugin
Expand Down

0 comments on commit 704077f

Please sign in to comment.