remove sus

This commit is contained in:
Chayapak 2023-07-09 17:21:26 +07:00
parent 72219f3ce8
commit 3c6abd9fff

View file

@ -52,14 +52,6 @@ jar {
} }
} }
publishing {
publications {
maven(MavenPublication) {
from(components.java)
}
}
}
tasks.withType(JavaCompile).configureEach { tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8' options.encoding = 'UTF-8'
} }