From f1df5a5a9436280301337108519816b05dce869c Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 31 Jan 2023 10:44:52 +0100 Subject: [PATCH] gradle.properties: update links --- .github/template-cleanup/gradle.properties | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 08e2fd4..575ae0d 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -21,7 +21,7 @@ platformPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases gradleVersion = 7.6 -# Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library +# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib # suppress inspection "UnusedProperty" kotlin.stdlib.default.dependency = false diff --git a/gradle.properties b/gradle.properties index 38fdffa..4c64c36 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ platformPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases gradleVersion = 7.6 -# Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library +# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib # suppress inspection "UnusedProperty" kotlin.stdlib.default.dependency = false