Skip to content

Commit

Permalink
Fix issue jaredsburrows#229
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Keller committed Jun 8, 2023
1 parent c563b8e commit 13a17ba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ internal open class LicenseReportTask : DefaultTask() { // tasks can't be final
try {
configuration.isCanBeResolved = true
} catch (e: Exception) {
logger.warn("Cannot resolve configuration ${configuration.name}", e)
logger.warn("Cannot resolve configuration ${configuration.name}: ${e.message}")
logger.debug("Cannot resolve configuration ${configuration.name}", e)
}
}
}
Expand Down

0 comments on commit 13a17ba

Please sign in to comment.