From 095c2cb3787f9b77f23ac6ad4f84ad5559f77c07 Mon Sep 17 00:00:00 2001 From: KotlinIsland <65446343+KotlinIsland@users.noreply.github.com> Date: Thu, 8 Sep 2022 18:17:29 +1000 Subject: [PATCH] Fix a link in the gradle.properties (#292) Co-authored-by: kotlinisland --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bd2ad..b87ea6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ ### Changed - Dependencies - upgrade `org.jetbrains.intellij` to `1.8.1` +### Fixed +- Update broken link in `gradle.properties` + ## [1.2.0] ### Added - Use JVM toolchain for configuring source/target compilation compatibility diff --git a/gradle.properties b/gradle.properties index e4de6a6..2d4518b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ pluginVersion = 1.2.0 pluginSinceBuild = 213 pluginUntilBuild = 222.* -# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension +# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC platformVersion = 2021.3.3