Skip to content

Commit

Permalink
build: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Dec 20, 2023
1 parent 32afed8 commit 958c01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
jar {
from(rootProject.file("LICENSE")) {
rename { "${it}_${mod_id}" }
}z
}
manifest {
attributes([
"Specification-Title" : mod_id,
Expand Down

0 comments on commit 958c01c

Please sign in to comment.