File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 1- import org.jetbrains.changelog.Changelog
21import org.jetbrains.changelog.markdownToHTML
32import org.jetbrains.intellij.platform.gradle.TestFrameworkType
43import 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
128108kover {
129109 reports {
@@ -141,7 +121,6 @@ tasks {
141121 }
142122
143123 publishPlugin {
144- dependsOn(patchChangelog)
145124 }
146125}
147126
You can’t perform that action at this time.
0 commit comments