Skip to content

Commit

Permalink
exception raising removed, CIS failure
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkucherenko committed Dec 22, 2017
1 parent 6e4b623 commit 450586d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ if (!fc.exists()) {
fc.append("ext.gpg_password = '<secret>'" + NL)
fc.append("ext.bintray_apikey = '<secret>'" + 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 = '[email protected]'" + NL)
Expand Down

0 comments on commit 450586d

Please sign in to comment.