orchidhq / Orchid

Build and deploy beautiful documentation sites that grow with you
https://orchid.run
GNU General Public License v3.0
514 stars 53 forks source link

Keep Gradle plugin backward-compatible #281

Closed cjbrooks12 closed 5 years ago

cjbrooks12 commented 5 years ago

The latest update to 0.17.0 introduced a bug in the Gradle plugin, which uses the String.isBlank() method, only available in later versions of Gradle (I think 5+). This should be patched to use APIs available in older versions of Gradle, to continue supporting apps using Gradle versions lower than 5.x.