Skip to content

Commit 8268aec

Browse files
authored
Merge pull request #199 from Enigmatis/development
dev to master try
2 parents a4d4628 + 3f37c08 commit 8268aec

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)