Skip to content

Commit 54362cb

Browse files
authored
Merge pull request #29 from nytuh/buildfix
Remove clean task for new version Gradle
2 parents 7d9b119 + 8adec13 commit 54362cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ buildscript {
3333
}
3434
}
3535

36-
task clean(type: Delete) {
37-
delete rootProject.buildDir
38-
}
39-
4036
dependencies {
4137
compile fileTree(dir: 'libs', include: ['*.jar'])
4238
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)