allow joining without a timeout

This commit is contained in:
WhatCats
2024-04-11 23:57:44 +02:00
parent ed98a7e914
commit dc5171ad31
3 changed files with 49 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ nexusPublishing {
subprojects {
group = 'dev.tommyjs'
version = '2.3.0'
version = '2.3.1'
apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'