File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Module Maker Changelog
22
3+ ## [ 1.0.22]
4+ - Don't specify pluginUntilBuild. This plugin will work forever ;)
5+
36## [ 1.0.21]
47- Update supported platform versions
58
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = com.joetr.modulemaker
44pluginName = ModuleMaker
55pluginRepositoryUrl = https://github.com/j-roskopf/ModuleMakerPlugin
66# SemVer format -> https://semver.org
7- pluginVersion = 1.0.21
7+ pluginVersion = 1.0.22
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 222
11- pluginUntilBuild = 242.*
11+ # pluginUntilBuild = 242.*
1212
1313# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414platformType = AI
You can’t perform that action at this time.
0 commit comments