Skip to content

Commit b1de247

Browse files
committed
remove changelog
1 parent 30e14ce commit b1de247

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

build.gradle.kts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.changelog.Changelog
21
import org.jetbrains.changelog.markdownToHTML
32
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
43
import java.nio.charset.Charset
@@ -78,19 +77,6 @@ intellijPlatform {
7877
}
7978
}
8079

81-
val changelog = project.changelog // local variable for configuration cache compatibility
82-
// Get the latest available change notes from the changelog file
83-
changeNotes = providers.gradleProperty("pluginVersion").map { pluginVersion ->
84-
with(changelog) {
85-
renderItem(
86-
(getOrNull(pluginVersion) ?: getUnreleased())
87-
.withHeader(false)
88-
.withEmptySections(false),
89-
Changelog.OutputType.HTML,
90-
)
91-
}
92-
}
93-
9480
ideaVersion {
9581
sinceBuild = providers.gradleProperty("pluginSinceBuild")
9682
untilBuild = providers.gradleProperty("pluginUntilBuild")
@@ -118,12 +104,6 @@ intellijPlatform {
118104
}
119105
}
120106

121-
// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
122-
changelog {
123-
groups.empty()
124-
repositoryUrl = providers.gradleProperty("pluginRepositoryUrl")
125-
}
126-
127107
// Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration
128108
kover {
129109
reports {
@@ -141,7 +121,6 @@ tasks {
141121
}
142122

143123
publishPlugin {
144-
dependsOn(patchChangelog)
145124
}
146125
}
147126

0 commit comments

Comments
 (0)