Skip to content

Commit

Permalink
Upgrading IntelliJ from 2024.1 to 2024.1.1 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCarini committed Apr 30, 2024
1 parent d67961d commit 12c5304
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@
### Added

### Changed
- Upgrading IntelliJ from 2024.1 to 2024.1.1

### Deprecated

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Expand Up @@ -4,7 +4,7 @@
pluginGroup = com.chriscarini.jetbrains
pluginName = 'SDK Cleaner'
# SemVer format -> https://semver.org
pluginVersion = 5.0.0
pluginVersion = 5.0.1

## See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
## for insight into build numbers and IntelliJ Platform versions.
Expand All @@ -13,7 +13,7 @@ pluginUntilBuild = 241.*

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
pluginVerifierIdeVersions = 2024.1,LATEST-EAP-SNAPSHOT
pluginVerifierIdeVersions = 2024.1.1,LATEST-EAP-SNAPSHOT
# Failure Levels: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/src/main/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTask.kt
# Exclude `DEPRECATED_API_USAGES` as we use `PreloadingActivity.preload()` in `SdkCleaner`.
# Exclude `EXPERIMENTAL_API_USAGES` as we use `Application.invokeLaterOnWriteThread()` in `SdkUtils.cleanSDKs()`.
Expand All @@ -26,7 +26,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 = 2024.1
platformVersion = 2024.1.1
platformDownloadSources = true

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

0 comments on commit 12c5304

Please sign in to comment.