Skip to content

Commit

Permalink
Declared compatibility with 2024.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-petricca committed Mar 19, 2024
1 parent 6282e63 commit d980da0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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.1]

- Declared compatibility with 2024.1.

## [1.4.0]

- Declared compatibility with #IC-233.*.
Expand Down Expand Up @@ -112,4 +116,4 @@

### Added

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

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

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
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 d980da0

Please sign in to comment.