Push update for 1.19.4

This commit is contained in:
Aria 2023-04-22 03:31:22 -07:00
parent 9f8b5582f1
commit 574faa7b8d
6 changed files with 37 additions and 19 deletions

View file

@ -124,7 +124,7 @@ repositories {
// dir 'libs'
// }
maven {
name = "ZNI Creations"
name = "Aria's Creations"
url = "https://maven.zontreck.dev"
}
}
@ -187,3 +187,7 @@ publishing {
tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
}
artifacts {
archives jar
}