Skip to content

Commit

Permalink
v0.2.4 - Dependencies updates and support for 2022.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjonnh committed May 30, 2022
1 parent ddfa4c4 commit 94742c6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased]

## [0.2.4]
### Changes
- Support for 2022.2

## [0.2.3]
### Changes
- Fix error seen from time to time when the file path couldn't be converted with toNioPath
Expand Down
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ fun properties(key: String) = project.findProperty(key).toString()

plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.6.20-RC"
id("org.jetbrains.intellij") version "1.4.0"
id("org.jetbrains.kotlin.jvm") version "1.7.0-RC"
id("org.jetbrains.intellij") version "1.6.0"
id("org.jetbrains.changelog") version "1.3.1"
id("io.gitlab.arturbosch.detekt") version "1.20.0-RC1"
id("org.jlleitschuh.gradle.ktlint") version "10.2.1"
id("io.gitlab.arturbosch.detekt") version "1.20.0"
id("org.jlleitschuh.gradle.ktlint") version "10.3.0"
id("org.jetbrains.qodana") version "0.1.13"
id("com.github.ben-manes.versions") version "0.42.0"
}
Expand All @@ -27,7 +27,7 @@ repositories {
}

dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.20.0-RC1")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.20.0")
}

// Configure Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

pluginGroup = net.bjonnh.intellij.filepermissionsplugin
pluginName = File Permissions
pluginVersion = 0.2.3
pluginSinceBuild = 202
pluginUntilBuild = 221.*
pluginVersion = 0.2.4
pluginSinceBuild = 203
pluginUntilBuild = 222.*

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-rc-1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 94742c6

Please sign in to comment.