dependencies {
  javaRestTestImplementation project(path: xpackModule('ql:test-fixtures'))
}

tasks.named("check").configure {dependsOn("javaRestTest") } // run these tests as part of the "check" task
