Skip to content

Commit

Permalink
gradle intellij platform 2.* build migration CI issues.
Browse files Browse the repository at this point in the history
- replace default test task in root module with testCustomSetup
  • Loading branch information
yaronyam committed Sep 15, 2024
1 parent d9cff5e commit ee9778b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,10 @@ intellijPlatformTesting.testIde {
}
}
}

tasks.test.configure {
actions.clear()
dependsOn('testCustomSetup')
}
//tasks.register('jacocoRootReport', JacocoReport) {
// description = 'Generates an aggregate report from all subprojects'
// dependsOn check, jacocoMerge
Expand Down

0 comments on commit ee9778b

Please sign in to comment.