From 830fb05f5ab301195dcb0a44fb356b7f923ed221 Mon Sep 17 00:00:00 2001 From: Till Krullmann Date: Sat, 9 Sep 2023 11:20:13 +0200 Subject: [PATCH] Add note about Gradle test suites plugin to README --- README.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.adoc b/README.adoc index 22aaa13..e0fd546 100644 --- a/README.adoc +++ b/README.adoc @@ -11,6 +11,11 @@ endif::[] = Gradle TestSets plugin +NOTE: Starting with version 7.3, Gradle now offers a built-in feature called + https://docs.gradle.org/8.2/userguide/jvm_test_suite_plugin.html[Test Suites] + that covers a lot of the functionality of this plugin. Please consider + migrating to the Gradle Test Suites plugin if it fits your needs. + A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests). A test set is a logical grouping of a source set and related dependency configurations, tasks and artifacts.