Browse Source

Update gradle to 2.11.

Update DMDirc repo to HTTPS.
pull/461/head
Chris Smith 8 years ago
parent
commit
95732ebadd
3 changed files with 4 additions and 4 deletions
  1. 2
    2
      build.gradle
  2. BIN
      gradle/wrapper/gradle-wrapper.jar
  3. 2
    2
      gradle/wrapper/gradle-wrapper.properties

+ 2
- 2
build.gradle View File

@@ -30,7 +30,7 @@ subprojects {
30 30
 
31 31
     repositories {
32 32
         mavenCentral()
33
-        maven { url 'http://artifactory.dmdirc.com/artifactory/repo' }
33
+        maven { url 'https://artifactory.dmdirc.com/artifactory/repo' }
34 34
         maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
35 35
     }
36 36
 
@@ -146,7 +146,7 @@ buildscript {
146 146
 }
147 147
 
148 148
 task wrapper(type: Wrapper) {
149
-    gradleVersion = '2.4'
149
+    gradleVersion = '2.11'
150 150
 }
151 151
 
152 152
 subprojects.each { evaluationDependsOn it.path }

BIN
gradle/wrapper/gradle-wrapper.jar View File


+ 2
- 2
gradle/wrapper/gradle-wrapper.properties View File

@@ -1,6 +1,6 @@
1
-#Fri Jun 12 22:30:53 BST 2015
1
+#Sun Feb 21 16:59:09 GMT 2016
2 2
 distributionBase=GRADLE_USER_HOME
3 3
 distributionPath=wrapper/dists
4 4
 zipStoreBase=GRADLE_USER_HOME
5 5
 zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
6
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-bin.zip

Loading…
Cancel
Save