Add a simple task bus with console status messages.

This commit is contained in:
Aria 2023-05-06 03:37:01 -07:00
parent c6d83e67d5
commit ec58268a25
5 changed files with 142 additions and 2 deletions

View file

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