Fix delayed executor.

This commit is contained in:
Aria 2023-05-08 02:43:28 -07:00
parent abed7cd895
commit c30a980ea0
4 changed files with 60 additions and 33 deletions

View file

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