Add gradle wrapper

This commit is contained in:
2014-11-29 19:38:39 +00:00
parent a05b6833fd
commit 090b089708
5 changed files with 265 additions and 1 deletions

View File

@@ -1,10 +1,14 @@
apply plugin: 'java'
apply plugin: 'maven'
group = 'org.jraf'
group = 'com.github.boukefalos'
archivesBaseName = 'jlibibuddy'
version = '1.1'
task wrapper(type: Wrapper) {
gradleVersion = '2.2'
}
repositories {
mavenCentral()
maven {