Add gradle wrapper

This commit is contained in:
2014-11-23 20:33:35 +00:00
parent 15d864c4c4
commit 6868988681
5 changed files with 264 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
apply plugin: 'java'
apply plugin: 'maven'
task wrapper(type: Wrapper) {
gradleVersion = '2.2'
}
group = 'com.github.boukefalos'
archivesBaseName = 'jlibloader'
version = '0.1'