Fix a bug in SpinnerTask and attempt to fix the DelayedExecutorService#stopRepeatingThread

This commit is contained in:
Aria 2023-05-08 16:05:09 -07:00
parent 7be51f52d6
commit 725217967b
3 changed files with 4 additions and 3 deletions

View file

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