Skip to content

Commit 0ddc09f

Browse files
committed
add section
1 parent b6d60c4 commit 0ddc09f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import java.text.SimpleDateFormat
21
import aQute.bnd.gradle.Bundle
32

43
buildscript {
@@ -185,3 +184,8 @@ task bundle(type: Bundle) {
185184
from sourceSets.main.output
186185
bndfile = file('bundle.bnd')
187186
}
187+
188+
task wrapper(type: Wrapper) {
189+
gradleVersion = '2.0'
190+
}
191+

0 commit comments

Comments
 (0)