mirror of
https://github.com/Lucaslah/No-Report-Button.git
synced 2026-01-06 13:37:51 +00:00
feat: update to 1.19.4
This commit is contained in:
@@ -43,17 +43,17 @@ shadowJar {
|
||||
exclude "architectury.common.json"
|
||||
|
||||
configurations = [project.configurations.shadowCommon]
|
||||
classifier "dev-shadow"
|
||||
setArchiveClassifier("dev-shadow")
|
||||
}
|
||||
|
||||
remapJar {
|
||||
input.set shadowJar.archiveFile
|
||||
dependsOn shadowJar
|
||||
classifier null
|
||||
setArchiveClassifier(null)
|
||||
}
|
||||
|
||||
jar {
|
||||
classifier "dev"
|
||||
setArchiveClassifier("dev")
|
||||
}
|
||||
|
||||
sourcesJar {
|
||||
|
||||
Reference in New Issue
Block a user