Update build.gradle to build artifact com.github.boukefalos:jlibredis:2.6.2 with gradle wrapper 2.2

This commit is contained in:
2014-11-30 11:51:44 +00:00
parent bd2f12c04e
commit 81ba28a7b6
3 changed files with 13 additions and 19 deletions

1
.gitignore vendored
View File

@@ -12,3 +12,4 @@ tags
.idea
*.aof
*.rdb
.maven

View File

@@ -2,9 +2,9 @@ apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'eclipse'
group = 'com.googlecode.jedis'
archivesBaseName = 'jedis'
version = '1.5.0'
group = 'com.github.boukefalos'
archivesBaseName = 'jlibredis'
version = '2.6.2'
repositories {
mavenCentral()
@@ -15,19 +15,12 @@ dependencies {
compile 'org.apache.commons:commons-pool2:2.0'
}
task wrapper(type: Wrapper) {
gradleVersion = '2.2'
}
/*
TODO: Customize for deployment
uploadArchives {
repositories.mavenDeployer {
repository(url: "file://localhost/repo/") {
authentication(userName: "user", password: "pass")
}
}
}
*/
task createWrapper(type: Wrapper) {
gradleVersion = '1.8'
}
repositories.mavenDeployer {
repository(url: uri('.maven'))
}
}

View File

@@ -1,6 +1,6 @@
#Mon Nov 04 18:13:13 EST 2013
#Sun Nov 30 11:33:11 GMT 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-2.2-bin.zip