Skip to content

Commit

Permalink
Fix mappings jar
Browse files Browse the repository at this point in the history
  • Loading branch information
CheaterCodes committed Apr 11, 2022
1 parent bad577c commit 93a419e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ if (!versionJsonUrl.isEmpty()) {

task mappingsJar(type: Jar) {
dependsOn run
from "mappings/hashed-${minecraftVersion}.tiny"
from "mappings/mappings.tiny"
eachFile {
setName("hashed/mappings.tiny")
setName("mappings/mappings.tiny")
}
}

Expand Down

0 comments on commit 93a419e

Please sign in to comment.