MINOR: Fix the failure in streams:testAll (#18303)

Currently, the command ./gradlew :streams:testAll as suggested in README is failing with an error. Following this commit, the command is able to pass and start running the tests in streams suite.

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Lucas Brutschy <lbrutschy@confluent.io>
This commit is contained in:
Sanskar Jhajharia 2024-12-23 20:05:08 +05:30 committed by GitHub
parent 2e1134284c
commit de7a75a978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2766,7 +2766,7 @@ project(':streams') {
task testAll(
dependsOn: [
':streams:test',
':streams:integration-tests',
':streams:integration-tests:test',
':streams:test-utils:test',
':streams:streams-scala:test',
':streams:upgrade-system-tests-0110:test',