From 819d665d12af2f31e5a755a0d2f4ac047ad4d27d Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 23 May 2022 12:17:14 +0200 Subject: [PATCH] Unify gradle.properties comments format --- .github/template-cleanup/gradle.properties | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 1a15114..c8de62e 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -1,13 +1,11 @@ -# IntelliJ Platform Artifacts Repositories -# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html +# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html pluginGroup = %GROUP% pluginName = %NAME% # SemVer format -> https://semver.org pluginVersion = 0.0.1 -# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -# for insight into build numbers and IntelliJ Platform versions. +# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 212 pluginUntilBuild = 221.* @@ -22,7 +20,6 @@ platformPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases gradleVersion = 7.4.2 -# Opt-out flag for bundling Kotlin standard library. -# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. +# Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library # suppress inspection "UnusedProperty" kotlin.stdlib.default.dependency = false