We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d0787 commit 254896eCopy full SHA for 254896e
testlib/src/main/java/com/diffplug/spotless/TestProvisioner.java
@@ -82,7 +82,7 @@ private static Provisioner createWithRepositories(Consumer<RepositoryHandler> re
82
return config.resolve();
83
} catch (ResolveException e) {
84
/* Provide Maven coordinates in exception message instead of static string 'detachedConfiguration' */
85
- throw Errors.asRuntime(e);
+ throw new RuntimeException("Error resolving configuration: " + config.getDescription(), e);
86
} finally {
87
// delete the temp dir
88
try {
0 commit comments