This commit is contained in:
PhiTer9426
2022-05-03 21:07:23 +08:00
parent 6152edc1b6
commit 641d6cda65
46 changed files with 5026 additions and 2 deletions

View File

@@ -48,6 +48,9 @@ dependencies {
implementation 'org.postgresql:postgresql:42.3.1'
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
//task copyLibs(type: Copy) {
// from configurations.runtimeClasspath
// into "./build/output/libs/"