Skip to content

Commit

Permalink
Compatibility with IntelliJ 2022.2 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
srizzo authored Aug 8, 2022
1 parent 60d11d6 commit 01e634a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
# RSpector Changelog

## [Unreleased]
- Compatibility with IntelliJ 2022.2

## [0.0.5]
### Added
### Added
- Support IntelliJ 2022.1

10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
pluginGroup = io.github.srizzo
pluginName = rspector
# SemVer format -> https://semver.org
pluginVersion = 0.0.5
pluginVersion = 0.0.6

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

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
platformVersion = 2022.1.1
platformVersion = 2022.2

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

# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
javaVersion = 11
Expand Down

0 comments on commit 01e634a

Please sign in to comment.