1.2.0: Remove unnecessary events, use yml as a config

This commit is contained in:
2025-10-15 21:12:07 +08:00
parent 6b463cf5b3
commit eabb5a69c1
30 changed files with 326 additions and 659 deletions
+3 -3
View File
@@ -2,8 +2,8 @@ plugins {
id 'java'
}
group 'cf.sobrooms'
version '1.1.4'
group 'moe.sob'
version '1.2.0'
repositories {
mavenCentral()
@@ -25,6 +25,6 @@ test {
jar {
manifest {
attributes 'Main-Class': 'cf.sobrooms.Main'
attributes 'Main-Class': 'moe.sob.Main'
}
}