File tree Expand file tree Collapse file tree 4 files changed +10
-17
lines changed
Expand file tree Collapse file tree 4 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 33# Kotlin Function Arguments Helper Changelog
44
55## [ Unreleased]
6- ### Added
7-
86### Changed
97
10- ### Deprecated
11-
12- ### Removed
13-
14- ### Fixed
15-
16- ### Security
8+ - Update kotlin to v1.7.22
9+ - Update compatibility for IDEA 2021.3 - 2023.1
1710
1811## [ 2022.1.1]
1912### Changed
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ plugins {
66 // Java support
77 id(" java" )
88 // Kotlin support
9- id(" org.jetbrains.kotlin.jvm" ) version " 1.7.10 "
9+ id(" org.jetbrains.kotlin.jvm" ) version " 1.7.22 "
1010 // Gradle IntelliJ Plugin
11- id(" org.jetbrains.intellij" ) version " 1.8 .0"
11+ id(" org.jetbrains.intellij" ) version " 1.10 .0"
1212 // Gradle Changelog Plugin
13- id(" org.jetbrains.changelog" ) version " 1.3.1 "
13+ id(" org.jetbrains.changelog" ) version " 2.0.0 "
1414 // Gradle Qodana Plugin
1515 id(" org.jetbrains.qodana" ) version " 0.1.13"
1616 // detekt linter - read more: https://detekt.github.io/detekt/gradle.html
17- id(" io.gitlab.arturbosch.detekt" ) version " 1.18.1 "
17+ id(" io.gitlab.arturbosch.detekt" ) version " 1.22.0 "
1818}
1919
2020group = properties(" pluginGroup" )
Original file line number Diff line number Diff line change 33pluginGroup = com.github.developerutils.kotlin-function-arguments-helper
44pluginName = Kotlin Function Arguments Helper
55# SemVer format -> https://semver.org
6- pluginVersion = 2022.1.1
6+ pluginVersion = 2022.1.2
77
88# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99pluginSinceBuild = 213
10- pluginUntilBuild = 222 .*
10+ pluginUntilBuild = 231 .*
1111
1212# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
1313platformType = IC
@@ -18,7 +18,7 @@ platformVersion = 2021.3.3
1818platformPlugins = com.intellij.java, org.jetbrains.kotlin
1919
2020# Gradle Releases -> https://github.com/gradle/gradle/releases
21- gradleVersion = 7.5
21+ gradleVersion = 7.6
2222
2323# Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
2424# suppress inspection "UnusedProperty"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments