This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit e60961016006fe4c91d61309bb64ad336ad5d865 Author: Vladimir Sitnikov <[email protected]> AuthorDate: Fri May 19 11:18:36 2023 +0300 chore: remove unused build-logic.testing.gradle.kts --- .../jvm/src/main/kotlin/build-logic.java.gradle.kts | 1 - .../jvm/src/main/kotlin/build-logic.testing.gradle.kts | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/build-logic/jvm/src/main/kotlin/build-logic.java.gradle.kts b/build-logic/jvm/src/main/kotlin/build-logic.java.gradle.kts index 3f4a60691f..32c5d4fbd6 100644 --- a/build-logic/jvm/src/main/kotlin/build-logic.java.gradle.kts +++ b/build-logic/jvm/src/main/kotlin/build-logic.java.gradle.kts @@ -26,7 +26,6 @@ plugins { id("idea") id("com.github.vlsi.crlf") id("com.github.vlsi.gradle-extensions") - id("build-logic.testing") id("build-logic.test-base") id("build-logic.build-params") id("build-logic.style") diff --git a/build-logic/jvm/src/main/kotlin/build-logic.testing.gradle.kts b/build-logic/jvm/src/main/kotlin/build-logic.testing.gradle.kts deleted file mode 100644 index 4b9a3e85b6..0000000000 --- a/build-logic/jvm/src/main/kotlin/build-logic.testing.gradle.kts +++ /dev/null @@ -1,17 +0,0 @@ -/* - * 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. - */ -
