Skip to content
Snippets Groups Projects
Commit ab36ccc0 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: downgrade gradle warn

parent 0c6d183a
No related merge requests found
......@@ -354,7 +354,7 @@ export function handleApplyFrom(ctx: Ctx): Ctx {
}
if (!regEx(/\.gradle(\.kts)?$/).test(scriptFile)) {
logger.warn({ scriptFile }, `Only Gradle files can be included`);
logger.debug({ scriptFile }, `Only Gradle files can be included`);
return ctx;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment