diff --git a/build.gradle b/build.gradle index 3e2164d..5349af7 100644 --- a/build.gradle +++ b/build.gradle @@ -143,7 +143,7 @@ if (!fc.exists()) { fc.append("ext.gpg_password = ''" + NL) fc.append("ext.bintray_apikey = ''" + NL) fc.append("ext.bintray_dryrun = true" + NL) - fc.append("throw new Exception('Change Properties Template and delete this line')" + NL) +// fc.append("throw new Exception('Change Properties Template and delete this line')" + NL) fc.append(NL) fc.append("ext.bintray_fullname = 'Oleksandr Kucherenko'" + NL) fc.append("ext.bintray_email = 'kucherenko.alex@gmail.com'" + NL)