Import Download task's plugin explicitly.

This commit is contained in:
Dawid Weiss 2020-07-20 10:57:13 +02:00
parent 1a7db1c9f5
commit 8cf84a3725
1 changed files with 4 additions and 2 deletions

View File

@ -15,8 +15,10 @@
* limitations under the License. * limitations under the License.
*/ */
apply plugin: 'java' plugins {
// NOT a 'java-library'. Maybe 'application' but seems too limiting. id "java"
id "de.undercouch.download"
}
description = 'System for benchmarking Lucene' description = 'System for benchmarking Lucene'