File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 } ,
99 ] ,
1010 customManagers : [
11- {
12- "fileMatch" : [ "^conventions/src/main/kotlin/tel\\.schich\\.javacan\\.convention\\.native\\.gradle\\.kts$" ] ,
13- matchStrings : [
14- "dockcrossVersion\\s*=\\s*\"(?<currentValue>[^\"]+)\"" ,
15- ] ,
16- // this is hardcoded to linux-x64, but the tag would normally be aligned anyway
17- depNameTemplate : "docker.io/dockcross/linux-x64" ,
18- datasourceTemplate : "docker" ,
19- versioningTemplate : "loose" ,
20- } ,
11+ // {
12+ // "fileMatch": ["^conventions/src/main/kotlin/tel\\.schich\\.javacan\\.convention\\.native\\.gradle\\.kts$"],
13+ // matchStrings: [
14+ // "dockcrossVersion\\s*=\\s*\"(?<currentValue>[^\"]+)\"",
15+ // ],
16+ // // this is hardcoded to linux-x64, but the tag would normally be aligned anyway
17+ // depNameTemplate: "docker.io/dockcross/linux-x64",
18+ // datasourceTemplate: "docker",
19+ // versioningTemplate: "loose",
20+ // },
2121 ]
2222}
You can’t perform that action at this time.
0 commit comments