Skip to content

Commit 830fb05

Browse files
author
Till Krullmann
committed
Add note about Gradle test suites plugin to README
1 parent a180613 commit 830fb05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ endif::[]
1111

1212
= Gradle TestSets plugin
1313

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+
1419
A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests).
1520
A test set is a logical grouping of a source set and related dependency configurations, tasks and artifacts.
1621

0 commit comments

Comments
 (0)