Skip to content

Commit

Permalink
Declared compatibility with #IC-233.*.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-petricca committed Dec 7, 2023
1 parent 6382156 commit 6282e63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# maven-templating-for-intellij Changelog

## [1.4.0]

- Declared compatibility with #IC-233.*.

## [1.3.1]

- Fix for "com.intellij.diagnostic.PluginException: No display name is specified for configurable com.github.intellij.plugins.mt4ij.config.SettingsConfigurable in xml file;".
Expand Down Expand Up @@ -108,4 +112,4 @@

### Added

- Initial plugin revision (it contains some small architectural bugs).
- Initial plugin revision (it contains some small architectural bugs).
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
pluginGroup = com.github.intellij.plugins.mt4ij
pluginName = maven-templating-for-intellij
# SemVer format -> https://semver.org
pluginVersion = 1.3.1
pluginVersion = 1.4.0

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 232
pluginUntilBuild = 232.*
pluginUntilBuild = 233.*

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
platformVersion = 2023.2
platformVersion = 2023.3

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand All @@ -35,4 +35,4 @@ org.gradle.caching = true
systemProp.org.gradle.unsafe.kotlin.assignment = true

# https://stackoverflow.com/a/63088695/418599
org.gradle.jvmargs=-Xmx4g
org.gradle.jvmargs=-Xmx4g

0 comments on commit 6282e63

Please sign in to comment.