From 0f655a4a2ef2b44091bdccc9bbeba51fd5a7626f Mon Sep 17 00:00:00 2001 From: fengzhizi715 Date: Tue, 24 Apr 2018 20:51:47 +0800 Subject: [PATCH] update build.gradle --- build.gradle | 2 +- saf-kotlin-ext/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a56b366..06bb191 100644 --- a/build.gradle +++ b/build.gradle @@ -60,4 +60,4 @@ task clean(type: Delete) { tasks.getByPath(":saf-kotlin-ext:releaseAndroidJavadocs").enabled = false tasks.getByPath(":saf-kotlin-ext:bintrayUpload").enabled = true tasks.getByPath(":saf-kotlin-utils:releaseAndroidJavadocs").enabled = false -tasks.getByPath(":saf-kotlin-utils:bintrayUpload").enabled = true +tasks.getByPath(":saf-kotlin-utils:bintrayUpload").enabled = false diff --git a/saf-kotlin-ext/build.gradle b/saf-kotlin-ext/build.gradle index 71e1d0d..0609d46 100644 --- a/saf-kotlin-ext/build.gradle +++ b/saf-kotlin-ext/build.gradle @@ -65,7 +65,7 @@ publish{ userOrg = 'fengzhizi715' groupId = 'com.safframework.utils' artifactId = 'saf-kotlin-ext' - publishVersion = '0.0.3' + publishVersion = '0.0.3.1' desc = 'this is a kotlin extension library' website = 'https://github.com/fengzhizi715/SAF-Kotlin-Utils' } \ No newline at end of file