diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5c3d7..07fc549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## [Unreleased] +### Added + +- Use IntelliJ Platform Gradle Plugin `2.0.0-beta1` + +### Changed + - Upgrade Gradle Wrapper to `8.8` ## [1.14.0] - 2024-05-30 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a0f9d79..169601c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,9 +3,9 @@ exampleLibrary = "24.1.0" # plugins -kotlin = "2.0.0" changelog = "2.2.0" -intelliJPlatform = "2.0.0-SNAPSHOT" +intelliJPlatform = "2.0.0-beta1" +kotlin = "2.0.0" kover = "0.8.0" qodana = "2024.1.5" diff --git a/settings.gradle.kts b/settings.gradle.kts index 67db84a..2562e41 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,10 +1,3 @@ -// Use IntelliJ Platform Gradle Plugin snapshot repository -pluginManagement { - repositories { - maven("https://oss.sonatype.org/content/repositories/snapshots/") - gradlePluginPortal() - } -} plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"