Skip to content

Commit 2a1face

Browse files
committed
Update until intellij version
1 parent fe299bc commit 2a1face

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ pluginGroup = com.github.patou
55
pluginName = gitmoji-intellij-plugin
66
pluginRepositoryUrl = 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.
1212
pluginSinceBuild = 233
13-
pluginUntilBuild = 243.*
13+
pluginUntilBuild = 251.*
1414

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

0 commit comments

Comments
 (0)