Skip to content

Commit

Permalink
chore: migrate to intellij gradle plugin 2.x
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
  • Loading branch information
sbouchet committed Jan 21, 2025
1 parent 0f4692b commit cea3638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ tasks.withType<Copy> {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

val integrationTest by intellijPlatformTesting.testIde.registering {
val integrationTest by intellijPlatformTesting.testIdeUi.registering {
task {
useJUnitPlatform()
description = "Runs the integration tests."
Expand Down

0 comments on commit cea3638

Please sign in to comment.