Skip to content

Commit

Permalink
Fix test->testAutomatonPatterns dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Jun 3, 2024
1 parent 5c711d0 commit 277a01e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugin/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,6 @@ tasks.register('testAutomatonPatterns', Test) {

tasks.named('test').configure {
exclude '**/AutomatonPatternsTests.class'
dependsOn testAutomatonPatterns //to ensure testAutomatonPatterns are run with the test task
}

tasks.named("check").configure { dependsOn "testAutomatonPatterns" }

0 comments on commit 277a01e

Please sign in to comment.