From 0ddc09ffda7c3732637b63366eea450b54514a5f Mon Sep 17 00:00:00 2001 From: Yarin Date: Fri, 23 Nov 2018 23:58:19 +0200 Subject: [PATCH] add section --- build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b24967a..9f47c788 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,3 @@ -import java.text.SimpleDateFormat import aQute.bnd.gradle.Bundle buildscript { @@ -185,3 +184,8 @@ task bundle(type: Bundle) { from sourceSets.main.output bndfile = file('bundle.bnd') } + +task wrapper(type: Wrapper) { + gradleVersion = '2.0' +} +