feat: finalize channels fixes and runtime stability

This commit is contained in:
DrygMira
2026-04-13 23:00:36 +03:00
parent 0c7d8fac02
commit a9c69e5947
46 changed files with 4654 additions and 356 deletions
+6
View File
@@ -4,6 +4,12 @@ plugins {
id 'com.github.johnrengelman.shadow' version '8.1.1'
}
allprojects {
tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8'
}
}
group = 'shine'
version = '1.1_codex'