瀏覽代碼

先升级版本.

nieqiurong 6 年之前
父節點
當前提交
9a08553f95
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      build.gradle
  2. 1 1
      gradle/wrapper/gradle-wrapper.properties

+ 2 - 1
build.gradle

@@ -3,7 +3,8 @@ buildscript {
         maven { url "https://plugins.gradle.org/m2/" }
     }
     dependencies {
-        classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.10',
+        //noinspection DifferentKotlinGradleVersion
+        classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.10'
         classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:3.0.3'
     }
 }

+ 1 - 1
gradle/wrapper/gradle-wrapper.properties

@@ -1,5 +1,5 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists