mirror of https://github.com/apache/lucene.git
Import Download task's plugin explicitly.
This commit is contained in:
parent
1a7db1c9f5
commit
8cf84a3725
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue