From 2361f794f7e7024d76b722490a487c36f4ed6404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Mon, 25 Oct 2021 13:14:18 +0200 Subject: [PATCH] hierarchical-ledger-manager --- settings.gradle | 1 + .../hierarchical-ledger-manager/build.gradle | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 tests/backward-compat/hierarchical-ledger-manager/build.gradle diff --git a/settings.gradle b/settings.gradle index 8ff98f65772..6eeea078b45 100644 --- a/settings.gradle +++ b/settings.gradle @@ -80,6 +80,7 @@ include(':bookkeeper-benchmark', 'stream:tests-common', 'tests:backward-compat:bc-non-fips', 'tests:backward-compat:current-server-old-clients', + 'tests:backward-compat:hierarchical-ledger-manager', 'tests:integration-tests-base', 'tests:integration-tests-topologies', 'tests:integration-tests-utils', diff --git a/tests/backward-compat/hierarchical-ledger-manager/build.gradle b/tests/backward-compat/hierarchical-ledger-manager/build.gradle new file mode 100644 index 00000000000..c2e6825c312 --- /dev/null +++ b/tests/backward-compat/hierarchical-ledger-manager/build.gradle @@ -0,0 +1,25 @@ +/* + * 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' +} + +