Skip to content

Commit

Permalink
fix: rename the license to just "LICENSE"
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAlittleWolf committed Oct 23, 2024
1 parent 60653af commit 696ae46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,5 @@ java {
}

jar {
from("LICENSE") {
rename { "${it}_${project.base.archivesName.get()}"}
}
from("LICENSE")
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ yarn_mappings=1.21+build.1
loader_version=0.15.11

# Mod Properties
mod_version=1.1.4
mod_version=1.1.5
maven_group=me.wolfii
archives_base_name=SmoothScrollingRefurbished+1.21

0 comments on commit 696ae46

Please sign in to comment.