Skip to content

Commit

Permalink
Bump org.jetbrains.changelog from 1.3.1 to 2.0.0 (#10)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* Fixo compilo

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Simons <alexsimons9999@gmail.com>
  • Loading branch information
dependabot[bot] and Unthrottled authored Dec 3, 2022
1 parent f7e548c commit 159eafb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 159eafb

Please sign in to comment.