Skip to content

Commit

Permalink
remove changelog plugin that is acting up
Browse files Browse the repository at this point in the history
  • Loading branch information
champo committed Sep 6, 2024
1 parent fb4ad97 commit 1bee654
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sqldelight-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

apply plugin: 'org.jetbrains.intellij'
apply plugin: 'org.jetbrains.kotlin.jvm'
apply plugin: "org.jetbrains.changelog"

intellij {
updateSinceUntilBuild = false
Expand All @@ -17,7 +16,6 @@ intellij {
]
if (!project.version.endsWith("SNAPSHOT")) {
patchPluginXml {
changeNotes = (provider { changelog.get(project.version).toHTML() })
}
} else {
patchPluginXml {
Expand Down Expand Up @@ -54,10 +52,6 @@ runPluginVerifier {
setFailureLevel(customFailureLevel)
}

changelog {
path = "$rootDir/CHANGELOG.md"
}

def isReleaseBuild() {
return VERSION_NAME.contains("SNAPSHOT") == false
}
Expand Down

0 comments on commit 1bee654

Please sign in to comment.