diff --git a/build.gradle.kts b/build.gradle.kts index e256dcd..74f9dca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,4 @@ import com.jetbrains.plugin.structure.base.utils.isFile -import org.jetbrains.changelog.date import org.jetbrains.changelog.exceptions.MissingVersionException import org.jetbrains.intellij.platform.gradle.Constants import org.jetbrains.intellij.platform.gradle.tasks.PrepareSandboxTask @@ -47,12 +46,6 @@ val riderSdkPath by lazy { return@lazy path } -changelog{ - version.set("1.0") - header.set(provider { "[${version.get()}] - ${date()}" }) - headerParserRegex.set("""(\d+\.\d+)""".toRegex()) -} - dependencies { intellijPlatform { with(file("build/rider")) {