Add gradle wrapper
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user