Push update for 1.19.4
This commit is contained in:
parent
9f8b5582f1
commit
574faa7b8d
6 changed files with 37 additions and 19 deletions
|
@ -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
|
||||
}
|
||||
|
|
Reference in a new issue