elasticsearch/libs/plugin-classloader
Mark Vieira 323f312bbc
Replace usages RandomizedTestingTask with built-in Gradle Test (#40978)
This commit replaces the existing RandomizedTestingTask and supporting code with Gradle's built-in JUnit support via the Test task type. Additionally, the previous workaround to disable all tasks named "test" and create new unit testing tasks named "unitTest" has been removed such that the "test" task now runs unit tests as per the normal Gradle Java plugin conventions.
2019-04-08 14:13:59 -07:00
..
src/main/java/org/elasticsearch/plugins Plugins: Add plugin extension capabilities (#27881) 2018-01-03 11:12:43 -08:00
build.gradle Replace usages RandomizedTestingTask with built-in Gradle Test (#40978) 2019-04-08 14:13:59 -07:00