// Update this block in your build.gradle
def getAgentArgs = {
// We use .replace('\\', '\\\\') to make the path Java-safe
def targetPath = profilerConfig.targetClassesFile.absolutePath.replace('\\', '\\\\')
def outputPath = profilerConfig.outputDir.absolutePath.replace('\\', '\\\\')
return "${targetPath};${profilerConfig.intervalSeconds};${outputPath}"
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)