Skip to content

Commit

Permalink
update gradle intellij version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyang committed Jan 20, 2025
1 parent 6b7abd6 commit 78e62bb
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
id("org.jetbrains.intellij") version "1.8.0"
id("org.jetbrains.intellij") version "1.15.0"
// Gradle Changelog Plugin
id("org.jetbrains.changelog") version "1.3.1"
// Gradle Qodana Plugin
Expand Down

0 comments on commit 78e62bb

Please sign in to comment.