Remove some excess debug and fix Task

This commit is contained in:
Aria 2023-05-06 04:16:35 -07:00
parent 6cc07c0b72
commit aaf677669d
3 changed files with 6 additions and 5 deletions

View file

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