Skip to content

Commit

Permalink
Build: fix the changelog processing
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Oct 11, 2024
1 parent 767562c commit a00f097
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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")) {
Expand Down

0 comments on commit a00f097

Please sign in to comment.