fix join concurrency issue

This commit is contained in:
WhatCats
2026-03-08 15:37:28 +01:00
parent 0f2ef2ef42
commit c4d596f99d
3 changed files with 69 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ plugins {
subprojects {
group = 'dev.tommyjs'
version = '2.5.2'
version = '2.5.3'
apply plugin: 'java-library'
apply plugin: 'com.github.johnrengelman.shadow'