Use IntelliJ Platform Gradle Plugin `2.0.0-beta1`

ijpgp-2.0-EAP
Jakub Chrzanowski 1 month ago
parent 3aaa72e920
commit 720e01bd82
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

@ -4,6 +4,10 @@
## [Unreleased]
### Added
- Use IntelliJ Platform Gradle Plugin `2.0.0-beta1`
## [1.13.0] - 2024-03-11
### Changed

@ -3,9 +3,9 @@
annotations = "24.1.0"
# plugins
kotlin = "1.9.23"
changelog = "2.2.0"
intelliJPlatform = "2.0.0-SNAPSHOT"
intelliJPlatform = "2.0.0-beta1"
kotlin = "1.9.23"
kover = "0.7.6"
qodana = "2023.3.2"

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

Loading…
Cancel
Save