79311007

Date: 2024-12-27 05:51:44
Score: 0.5
Natty:
Report link

Adding these to my gradle file fixed my issues

configurations.configureEach {
    exclude group: 'org.slf4j', module: 'slf4j-reload4j'
    exclude group: 'org.slf4j', module: 'slf4j-simple'
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dipjyoti Metia