Skip to content

Commit

Permalink
Try updating version in plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Aug 12, 2024
1 parent ba23d23 commit 47c9bc2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ intellijPlatform {
name = "kotest-plugin-intellij"
id = "kotest-plugin-intellij"
description = "Kotest plugin for IntelliJ IDEA"
version = project.version.toString()
version = project.version.toString() + "-" + descriptor.sdkVersion
vendor {
name = "Kotest"
url = "https://kotest.io"
Expand Down Expand Up @@ -144,13 +144,6 @@ dependencies {
// testRuntimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
}

// intellijPlatformTesting {
// runIde
// testIde
// testIdeUi
// testIdePerformance
// }

sourceSets {
main {
kotlin {
Expand Down

0 comments on commit 47c9bc2

Please sign in to comment.