mirror of https://github.com/apache/lucene.git
We don't need to exclude inner classes explicitly.
This commit is contained in:
parent
3115797463
commit
78bfbe0bad
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue