gradle執行測試讀取文件亂碼

tasks.withType(JavaCompile) { options.encoding = "UTF-8" } tasks.withType(Test) { systemProperty "file.encoding", "UTF-8" }
相關文章
相關標籤/搜索