Skip to content

Commit

Permalink
Merge pull request #34 from chachako/2022.2
Browse files Browse the repository at this point in the history
Support for IDEA version 2022.2
  • Loading branch information
ragurney authored Aug 2, 2022
2 parents e1bcf9d + 0875422 commit 42bb2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
pluginGroup = com.github.ragurney.spotless
pluginName = Spotless Gradle
# SemVer format -> https://semver.org
pluginVersion = 1.0.7
pluginVersion = 1.0.8

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

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

0 comments on commit 42bb2df

Please sign in to comment.