update publishing section

This commit is contained in:
zontreck 2024-09-06 03:19:25 -07:00
parent cb8b45dad0
commit 7665edfb3a

View file

@ -12,6 +12,7 @@ archivesBaseName = "LibAC"
java {
sourceCompatibility = JavaLanguageVersion.of(8)
toolchain.languageVersion = JavaLanguageVersion.of(8)
withSourcesJar()
withJavadocJar()