We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a180613 commit 830fb05Copy full SHA for 830fb05
README.adoc
@@ -11,6 +11,11 @@ endif::[]
11
12
= Gradle TestSets plugin
13
14
+NOTE: Starting with version 7.3, Gradle now offers a built-in feature called
15
+ https://docs.gradle.org/8.2/userguide/jvm_test_suite_plugin.html[Test Suites]
16
+ that covers a lot of the functionality of this plugin. Please consider
17
+ migrating to the Gradle Test Suites plugin if it fits your needs.
18
+
19
A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests).
20
A test set is a logical grouping of a source set and related dependency configurations, tasks and artifacts.
21
0 commit comments