79115892

Date: 2024-10-22 22:14:50
Score: 2.5
Natty:
Report link

I found that by wrapping the packages I want to install in "quotes" the issue is resolved. For example, instead of:

sdkmanager --install build-tools;35.0.0

try:

sdkmanager --install "build-tools;35.0.0"

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: dylan-myers