Skip to content

Commit

Permalink
chore: downgrade gradle warn
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jan 14, 2023
1 parent 0c6d183 commit ab36ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/gradle/parser/handlers.ts
Expand Up @@ -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;
}

Expand Down

0 comments on commit ab36ccc

Please sign in to comment.