Explorar o código

Bintray release now requires a desc to be provided

Aidan Follestad %!s(int64=7) %!d(string=hai) anos
pai
achega
91807291de
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      commons/build.gradle
  2. 1 0
      core/build.gradle

+ 1 - 0
commons/build.gradle

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