diff --git a/CHANGELOG.md b/CHANGELOG.md index 231b8c3..5312f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] +### Changed + +- Update IntelliJ Platform 1.14.1 ## [2024.2.0] diff --git a/gradle.properties b/gradle.properties index d6e9a43..5ac9c94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ pluginUntilBuild = 242.* platformType = PS platformVersion = 2023.2.3 platformPlugins = -gradleVersion = 8.7 +gradleVersion = 8.8 kotlin.stdlib.default.dependency = false org.gradle.configuration-cache = true org.gradle.caching = true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 00a4954..a54d7a1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,11 +3,11 @@ exampleLibrary = "24.1.0" # plugins -kotlin = "2.0.0" +kotlin = "1.9.24" changelog = "2.2.0" -gradleIntelliJPlugin = "1.17.3" +gradleIntelliJPlugin = "1.17.4" qodana = "2024.1.5" -kover = "0.8.0" +kover = "0.8.1" [libraries] exampleLibrary = { group = "com.example", name = "exampleLibrary", version.ref = "exampleLibrary" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23..a441313 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index 1aa94a4..b740cf1 100755 --- a/gradlew +++ b/gradlew @@ -55,7 +55,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/.