Skip to content

Commit

Permalink
⬆️ Update to intellij 2024,1
Browse files Browse the repository at this point in the history
  • Loading branch information
patou committed Feb 8, 2024
1 parent 833d271 commit a2f98ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# gitmoji-intellij-plugin changelog

## [Unreleased]
- Update to intellij 2023.4
- Update to intellij 2024.1

## [1.13.0] - 2023-07-26
- Fix the bug of Exception reporting when opening idea 2023.2
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ version = properties("pluginVersion").get()

// Configure project's dependencies
repositories {
maven("https://www.jetbrains.com/intellij-repository/snapshots/")
mavenCentral()
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ pluginGroup = com.github.patou
pluginName = gitmoji-intellij-plugin
pluginRepositoryUrl = https://github.com/patou/gitmoji-intellij-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.13.1
pluginVersion = 1.14.0

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

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
platformVersion = 2023.1
platformVersion = 241-EAP-SNAPSHOT

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand Down

0 comments on commit a2f98ee

Please sign in to comment.