Skip to content

Commit

Permalink
Yea okay
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Oct 2, 2024
1 parent b66e7c4 commit cfa11d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,19 @@ shadowJar {
exclude "architectury.common.json"

configurations = [project.configurations.shadowCommon]
classifier "dev-shadow"
// classifier "dev-shadow"
}

remapJar {
injectAccessWidener = true
input.set shadowJar.archiveFile
dependsOn shadowJar
classifier null
// classifier null
archiveClassifier = 'fabric'
}

jar {
classifier "dev"
// classifier "dev"
}

sourcesJar {
Expand Down

0 comments on commit cfa11d6

Please sign in to comment.