需要格式化本地文件的路径,并使其像“打开文件”一样可点击 生成失败后的映像。
已实现代码,但Android Studio无法打开文件链接
def text = "Some text"
def link = "file:///" + file.absolutePath.replace('\\', "/")
throw new Exception("Invalid version format: \"$text\"\n" +
"\n" +
"Open file <a href=\"$link\">${file.name}</a>")