Skip to content

Commit

Permalink
update Until Build
Browse files Browse the repository at this point in the history
  • Loading branch information
zengkid committed Dec 28, 2021
1 parent bf4fe5a commit 0e77efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tasks {
patchPluginXml {
version.set(properties("pluginVersion"))
sinceBuild.set(properties("pluginSinceBuild"))
// untilBuild.set(properties("pluginUntilBuild"))
untilBuild.set(properties("pluginUntilBuild"))

// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
pluginDescription.set(
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ pluginName = SmartTomcat
pluginGroup = com.poratu.idea.plugins.tomcat
pluginVersion = 4.0.0

pluginSinceBuild = 203
pluginSinceBuild = 193
pluginUntilBuild=

platformType = IC
platformVersion = 2021.1
Expand Down

0 comments on commit 0e77efb

Please sign in to comment.