Skip to content

Commit

Permalink
Update gradle intellij plugin to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onewhl committed Jan 19, 2024
1 parent 50dc5ec commit b231e1d
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
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.jetbrains.intellij") version "1.14.1"
id("org.jetbrains.intellij") version "1.16.1"
java
kotlin("jvm") version "1.8.20" apply true
application
Expand Down

0 comments on commit b231e1d

Please sign in to comment.