Skip to content

Commit

Permalink
Use IntelliJ Platform Gradle Plugin 2.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Apr 15, 2024
1 parent 3aaa72e commit 720e01b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased]

### Added

- Use IntelliJ Platform Gradle Plugin `2.0.0-beta1`

## [1.13.0] - 2024-03-11

### Changed
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
7 changes: 0 additions & 7 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 720e01b

Please sign in to comment.