add awaitInterruptibly methods

This commit is contained in:
WhatCats
2024-05-21 14:41:22 +02:00
parent 1269f6ae94
commit daa05d93a0
3 changed files with 26 additions and 12 deletions

View File

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