Skip to content

Commit

Permalink
Merge pull request #56 from jansorg/jansorg/build-update
Browse files Browse the repository at this point in the history
Update to the latest gradle-intellij Gradle plugin
  • Loading branch information
JojOatXGME committed Mar 30, 2023
2 parents 87c66c6 + 3b0c20b commit a3e8ac0
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 @@ -6,7 +6,7 @@ plugins {
// Java support
id("java")
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "1.9.0"
id("org.jetbrains.intellij") version "1.13.3"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "1.3.1"
// grammarkit - read more: https://github.com/JetBrains/gradle-grammar-kit-plugin
Expand Down

0 comments on commit a3e8ac0

Please sign in to comment.