Fixed #7 member className misuse toString() | 修正成员的类名错用 toString() 方法

This commit is contained in:
林万程
2022-08-06 04:42:59 +08:00
parent e619551783
commit 2e42026154
2 changed files with 35 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group 'io.github.linwancen'
version '1.20.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
version '1.20.1.' + (new Date().format('yyyy.MM.dd_HH.mm'))
apply plugin: 'java'