Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhizi715 committed Apr 24, 2018
1 parent 1284601 commit 0f655a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion saf-kotlin-ext/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 0f655a4

Please sign in to comment.