Browse Source

Update gradle to 2.11.

Update DMDirc repo to HTTPS.
pull/657/head
Chris Smith 8 years ago
parent
commit
1cf4a6192b
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

@@ -67,7 +67,7 @@ targetCompatibility = 1.8
67 67
 
68 68
 repositories {
69 69
     mavenCentral()
70
-    maven { url 'http://artifactory.dmdirc.com/artifactory/repo' }
70
+    maven { url 'https://artifactory.dmdirc.com/artifactory/repo' }
71 71
     maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
72 72
 }
73 73
 
@@ -77,5 +77,5 @@ apply from: 'gradle/jar.gradle'
77 77
 apply from: 'gradle/fatjar.gradle'
78 78
 
79 79
 task wrapper(type: Wrapper) {
80
-    gradleVersion = '2.4'
80
+    gradleVersion = '2.11'
81 81
 }

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:27:48 BST 2015
1
+#Sun Feb 21 16:57:58 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