Skip to content

Commit

Permalink
build: advance version to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Aug 2, 2021
1 parent 90a46c9 commit bff2e2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.github.lppedd"
version = "0.18.0"
version = "0.19.0"

repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
Expand All @@ -31,7 +31,7 @@ dependencies {
}

intellij {
version.set("IU-192.5728.98")
version.set("IU-202.6397.94")
downloadSources.set(true)
pluginName.set("idea-conventional-commit")
plugins.set(listOf("java"))
Expand Down Expand Up @@ -73,8 +73,8 @@ tasks {

patchPluginXml {
version.set(project.version.toString())
sinceBuild.set("192.5728")
untilBuild.set("212.*")
sinceBuild.set("202.6397")
untilBuild.set("213.*")

val projectPath = projectDir.path
pluginDescription.set((File("$projectPath/plugin-description.html").readText(Charsets.UTF_8)))
Expand Down

0 comments on commit bff2e2c

Please sign in to comment.