diff --git a/src/main/groovy/io/redskap/swagger/brake/gradle/task/CheckBreakingChangesTaskExecutor.groovy b/src/main/groovy/io/redskap/swagger/brake/gradle/task/CheckBreakingChangesTaskExecutor.groovy index 5ad0ca0..242123c 100644 --- a/src/main/groovy/io/redskap/swagger/brake/gradle/task/CheckBreakingChangesTaskExecutor.groovy +++ b/src/main/groovy/io/redskap/swagger/brake/gradle/task/CheckBreakingChangesTaskExecutor.groovy @@ -26,7 +26,7 @@ class CheckBreakingChangesTaskExecutor { } } catch (LatestArtifactDownloadException e) { logger.quiet("Latest version of the artifact could not be retrieved from {} with {}:{}", options.mavenRepoUrl, options.groupId, options.artifactId) - logger.quiet("Assuming this is the first version of the artifact, skipping check for breaking changes") + logger.quiet("Assuming this is the first version of the artifact, skipping check for breaking changes", e) } } }