Skip to content
Snippets Groups Projects
Commit d7787f5b authored by DmitryDzz's avatar DmitryDzz
Browse files

Gradle 1.12

parent d67f23a8
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '1.11' gradleVersion = '1.12'
} }
project.ext { project.ext {
......
No preview for this file type
#Tue Mar 11 23:34:43 MSK 2014 #Sun Oct 05 13:33:12 MSK 2014
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-bin.zip
...@@ -17,10 +17,11 @@ ...@@ -17,10 +17,11 @@
dependencies { dependencies {
compile 'io.netty:netty:3.5.2.Final' compile 'io.netty:netty:3.5.2.Final'
compile 'com.google.guava:guava:12.0' compile 'com.google.guava:guava:12.0'
compile 'org.apache.commons:com.springsource.org.apache.commons.codec:1.3.0' compile 'org.apache.directory.studio:org.apache.commons.codec:1.8'
compile 'org.apache.commons:com.springsource.org.apache.commons.io:1.4.0' compile 'org.apache.directory.studio:org.apache.commons.io:2.4'
compile 'commons-pool:commons-pool:1.6' compile 'commons-pool:commons-pool:1.6'
compile 'org.apache.commons:com.springsource.org.apache.commons.lang:2.4.0' compile 'org.apache.directory.studio:org.apache.commons.lang:2.6'
compile project(':gradle_plugins') compile project(':gradle_plugins')
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment