virtual thread is good

This commit is contained in:
NetRiceCake
2025-12-08 02:18:55 +09:00
parent 4bf3959c33
commit 56c7730ecf
6 changed files with 25 additions and 19 deletions

View File

@@ -4,6 +4,8 @@ plugins {
group = 'com.github.netricecake'
version = '1.0-SNAPSHOT'
sourceCompatibility = '21'
targetCompatibility = '21'
jar {
manifest {