gradle-upgrade-interactive
gradle-upgrade-interactive copied to clipboard
CLI to interactively upgrade gradle dependencies, inspired by yarn.
Results
1
gradle-upgrade-interactive issues
Sort by
recently updated
recently updated
newest added
Please fix in the file index.js the line number 291: _const reportJsonPath = "${outputDir}/report.json";_ the variable outputDir is not set because of " sign The right way should be: _const...