File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ - Update to intellij 2025.1
8+
79## [ 2.2.2] - 2024-10-21
810
911- Update to intellij 2024.3
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 // Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace.
4646 plugins(providers.gradleProperty(" platformPlugins" ).map { it.split(' ,' ) })
4747
48- instrumentationTools()
48+ // instrumentationTools()
4949 pluginVerifier()
5050 zipSigner()
5151 testFramework(TestFrameworkType .Platform )
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ pluginGroup = com.github.patou
55pluginName = gitmoji-intellij-plugin
66pluginRepositoryUrl = https://github.com/patou/gitmoji-intellij-plugin
77# SemVer format -> https://semver.org
8- pluginVersion = 2.2.2
8+ pluginVersion = 2.2.3
99
1010# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111# for insight into build numbers and IntelliJ Platform versions.
1212pluginSinceBuild = 233
13- pluginUntilBuild = 243 .*
13+ pluginUntilBuild = 251 .*
1414
1515# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1616platformType = IC
You can’t perform that action at this time.
0 commit comments