Skip to content

Commit

Permalink
Mention possible location of error when missing properties for Submis…
Browse files Browse the repository at this point in the history
…sionWriteInfoTask (#167)
  • Loading branch information
alexstaeding authored Nov 10, 2022
1 parent 0621c05 commit 189fd82
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ abstract class SubmissionWriteInfoTask : WriteInfoTask(), SubmissionTask {
if (errors.isNotEmpty()) {
throw GradleException(
"""
There were some errors preparing your submission. The following required properties were not set:
There were some errors preparing your submission, please check your Gradle buildscript (e.g. build.gradle.kts).
The following required properties were not set:
$errors
"""
)
Expand Down

0 comments on commit 189fd82

Please sign in to comment.