From 159eafbdc6de7ad27a54a8dd1ac96e63acc0c395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:41:44 -0600 Subject: [PATCH] Bump org.jetbrains.changelog from 1.3.1 to 2.0.0 (#10) * Bump org.jetbrains.changelog from 1.3.1 to 2.0.0 Bumps org.jetbrains.changelog from 1.3.1 to 2.0.0. --- updated-dependencies: - dependency-name: org.jetbrains.changelog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Fixo compilo Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Simons --- build.gradle.kts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4267a51..61baa83 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { // Gradle IntelliJ Plugin id("org.jetbrains.intellij") version "1.10.0" // Gradle Changelog Plugin - id("org.jetbrains.changelog") version "1.3.1" + id("org.jetbrains.changelog") version "2.0.0" // Gradle Qodana Plugin id("org.jetbrains.qodana") version "0.1.13" // detekt linter - read more: https://detekt.github.io/detekt/gradle.html @@ -138,15 +138,6 @@ tasks { subList(indexOf(start) + 1, indexOf(end)) }.joinToString("\n").run { markdownToHTML(this) } ) - - // Get the latest available change notes from the changelog file - changeNotes.set( - provider { - changelog.run { - getOrNull(properties("pluginVersion")) ?: getLatest() - }.toHTML() - } - ) } runIde {