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 46535af commit 6fd3d64Copy full SHA for 6fd3d64
src/main/groovy/org/beryx/runtime/util/Util.groovy
@@ -79,7 +79,7 @@ class Util {
79
static File getArtifact(ResolvedDependency dep) {
80
def artifact = dep.moduleArtifacts.find {it.classifier} ?: dep.moduleArtifacts?.getAt(0)
81
if(artifact) return artifact.file
82
- LOGGER.warn "Cannot retrieve artifact $dep.name"
+ LOGGER.info "Cannot retrieve artifact $dep.name"
83
return null
84
}
85
0 commit comments