Clean up various files

This commit is contained in:
2014-11-29 19:42:50 +00:00
parent 75960ceba1
commit ae855865e4
11 changed files with 265 additions and 829 deletions

View File

@@ -6,6 +6,10 @@ group = 'org.wiigee'
archivesBaseName = 'wiigee'
version = '1.5.6'
task wrapper(type: Wrapper) {
gradleVersion = '2.2'
}
repositories {
mavenCentral()
}