From 704077f3f9ec943cc6ca88f19b1617765185ffc1 Mon Sep 17 00:00:00 2001 From: Johannes Spangenberg Date: Sun, 22 Oct 2023 12:49:00 +0200 Subject: [PATCH] Update gradle-intellij-plugin from 1.13.3 to 1.16.0 (Fixes build failure after updating Gradle in the last commit) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a67a2892..486adeb2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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