We don't need to exclude inner classes explicitly.

This commit is contained in:
Dawid Weiss 2021-03-30 10:57:15 +02:00
parent 3115797463
commit 78bfbe0bad
1 changed files with 0 additions and 8 deletions

View File

@ -15,14 +15,6 @@
* limitations under the License.
*/
// Exclude inner classes from testing.
allprojects {
tasks.withType(Test) { task ->
exclude '**/*$*'
}
}
// Exclude test classes that are not actually stand-alone tests (they're executed from other stuff).
configure(project(":lucene:replicator")) {
plugins.withType(JavaPlugin) {