79681102

Date: 2025-06-26 20:25:00
Score: 0.5
Natty:
Report link

I have faced out this issue again,

My solution : source

buildscript {
    repositories {
     ...
     maven { url 'https://groovy.jfrog.io/artifactory/libs-release/' }
    
    }
}
allprojects {
    repositories {
     ...
     maven { url 'https://groovy.jfrog.io/artifactory/libs-release/' }
     
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: hamil.Dev