Skip to content

Instantly share code, notes, and snippets.

View rvillane's full-sized avatar

Mario Rodriguez Villanea rvillane

View GitHub Profile
@rvillane
rvillane / renovate.log
Created November 21, 2024 17:22
renovate log updating Node 22 image
DEBUG: Using RE2 regex engine
DEBUG: Parsing configs
(node:9) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
DEBUG: Checking for config file in /dist/renovate-config.js
WARN: /dist/renovate-config.js needs migrating
"originalConfig": {
"endpoint": "https://api.github.com",
"platform": "github",
"onboarding": true,
// imports a couple of java tasks
apply plugin: "java"
// List available tasks in the shell
> gradle tasks
// A Closure that configures the sourceSets Task
// Sets the main folder as Source folder (where the compiler is looking up the .java files)
sourceSets {
main.java.srcDir "src/main"