Switched DelayedExecutorService to use ScheduledThreadPoolExecutor

This commit is contained in:
Aria 2023-05-08 15:46:39 -07:00
parent 8be88eedda
commit 47e114ba57
3 changed files with 27 additions and 22 deletions

View file

@ -12,7 +12,7 @@ plugins {
id 'maven-publish'
}
version = "1.1.10"
version = "1.1.11"
group = "dev.zontreck"
archivesBaseName = "LibAC"
java.toolchain.languageVersion = JavaLanguageVersion.of(17)