Publish gradle builds when build fails for debugging purposes

This commit is contained in:
George Gastaldi
2019-12-03 18:29:41 -03:00
parent d6b5c6f086
commit c7f1377eec

View File

@@ -8,6 +8,7 @@ gradleEnterprise {
//See also: https://docs.gradle.com/enterprise/gradle-plugin/
termsOfServiceUrl = 'https://gradle.com/terms-of-service';
termsOfServiceAgree = 'yes'
publishOnFailure()
}
}