Commit de7a127e authored by 郭燕飞's avatar 郭燕飞 💬

防止乱骂

parent 29d43365
......@@ -116,6 +116,10 @@ uploadArchives {
enabled = false
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
uploadArchives {
repositories {
mavenDeployer {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment