浏览代码

Bintray release now requires a desc to be provided

Aidan Follestad 7 年之前
父节点
当前提交
91807291de
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      commons/build.gradle
  2. 1 0
      core/build.gradle

+ 1 - 0
commons/build.gradle

@@ -38,4 +38,5 @@ publish {
     artifactId = 'commons'
     artifactId = 'commons'
     publishVersion = versions.publishVersion
     publishVersion = versions.publishVersion
     website = 'https://github.com/afollestad/material-dialogs'
     website = 'https://github.com/afollestad/material-dialogs'
+    desc = 'A beautiful, fluid, and customizable dialogs API. '
 }
 }

+ 1 - 0
core/build.gradle

@@ -39,4 +39,5 @@ publish {
     artifactId = 'core'
     artifactId = 'core'
     publishVersion = versions.publishVersion
     publishVersion = versions.publishVersion
     website = 'https://github.com/afollestad/material-dialogs'
     website = 'https://github.com/afollestad/material-dialogs'
+    desc = 'A beautiful, fluid, and customizable dialogs API. '
 }
 }