mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-28 01:20:21 +08:00
05f6259cb3
* Add CuiCloud tasks * Add CuiCloud workflow * Fix shadowJar * Fix `reply` function prohibition in MessageSelectBuilder * Fix doc * Update CI * Update CI * Test CI * Fix file * Increase jvm memory limitation * Add comments * Remove unnecessary experimental api use * Increase upload task timeout * Fix sha * Increase timeout * Fix github * Trigger publishing on release
6 lines
197 B
Properties
6 lines
197 B
Properties
# style guide
|
|
kotlin.code.style=official
|
|
# config
|
|
kotlin.incremental.multiplatform=true
|
|
kotlin.parallel.tasks.in.project=true
|
|
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=512m -Dfile.encoding=UTF-8 |