Use IntelliJ Platform Gradle Plugin 2.0.0-beta1

This commit is contained in:
Jakub Chrzanowski 2024-04-15 09:47:21 +02:00
parent 8c641e4966
commit 767bea0f5a
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
3 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"