From 8388e11114a85c74bd5add4362c1bfb78878858e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Mon, 25 Oct 2021 13:13:01 +0200 Subject: [PATCH] current-server-old-clients --- settings.gradle | 1 + .../current-server-old-clients/build.gradle | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 tests/backward-compat/current-server-old-clients/build.gradle diff --git a/settings.gradle b/settings.gradle index 8519b6705ba..8ff98f65772 100644 --- a/settings.gradle +++ b/settings.gradle @@ -79,6 +79,7 @@ include(':bookkeeper-benchmark', 'stream:storage:impl', 'stream:tests-common', 'tests:backward-compat:bc-non-fips', + 'tests:backward-compat:current-server-old-clients', 'tests:integration-tests-base', 'tests:integration-tests-topologies', 'tests:integration-tests-utils', diff --git a/tests/backward-compat/current-server-old-clients/build.gradle b/tests/backward-compat/current-server-old-clients/build.gradle new file mode 100644 index 00000000000..557abe4593c --- /dev/null +++ b/tests/backward-compat/current-server-old-clients/build.gradle @@ -0,0 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +plugins { + id 'java' + id 'com.adarshr.test-logger' +}