Skip to content

Commit

Permalink
Upgrading IntelliJ from 2023.1.3 to 2023.1.4 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCarini authored Jul 14, 2023
1 parent 556cc16 commit 2ffde25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Added

### Changed
- Upgrading IntelliJ from 2023.1.3 to 2023.1.4

### Deprecated

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pluginGroup = com.chriscarini.jetbrains
pluginName = 'Example LoC Configuration Plugin'
# SemVer format -> https://semver.org
pluginVersion = 0.2.3
pluginVersion = 0.2.4

### I DO NOT MAKE USE OF SINCE/UNTIL IN THIS PLUGIN.
## See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
Expand All @@ -15,7 +15,7 @@ pluginVersion = 0.2.3

# Plugin Verifier integration -> https:/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
pluginVerifierIdeVersions = 2023.1.3,LATEST-EAP-SNAPSHOT
pluginVerifierIdeVersions = 2023.1.4,LATEST-EAP-SNAPSHOT
# Exclude `NOT_DYNAMIC` Failure Level because we make use of `productivityFeaturesProvider` (in `plugin.xml`)
# which is considered to be a non-dynamic feature.
# Failure Levels: https:/JetBrains/gradle-intellij-plugin/blob/master/src/main/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTask.kt
Expand All @@ -29,7 +29,7 @@ platformType = IC
# and https://www.jetbrains.com/intellij-repository/snapshots/
# To use/download EAP add '-EAP-SNAPSHOT' to the version, i.e. 'IU-191.6014.8-EAP-SNAPSHOT'
# platformVersion = '201.6668.60-EAP-SNAPSHOT'
platformVersion = 2023.1.3
platformVersion = 2023.1.4
platformDownloadSources = true

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
Expand Down

0 comments on commit 2ffde25

Please sign in to comment.