Skip to content

Commit

Permalink
build.gradle.kts: unset untilBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
stokito authored and nthykier committed Mar 25, 2024
1 parent 1ee27e6 commit d0618c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tasks {
val pluginVersion = properties("pluginVersion")
version.set(pluginVersion)
sinceBuild.set(properties("pluginSinceBuild"))
untilBuild.set(properties("pluginUntilBuild"))
untilBuild.set("")

// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
pluginDescription.set(
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pluginGroup = com.github.nthykier.debpkg
pluginName = debpkg
pluginVersion = 0.0.22
pluginSinceBuild = 212
pluginUntilBuild = 233.*

# Reminder: Must be aligned with `pluginSinceBuild` to ensure backwards
# compat work properly (https://github.com/JetBrains/gradle-intellij-plugin/issues/1440)
Expand Down

0 comments on commit d0618c1

Please sign in to comment.