Skip to content

Commit

Permalink
Normalize stuff with 1.20 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
audaki committed May 25, 2024
1 parent 3848d30 commit f5e8a1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ java {

jar {
from("LICENSE") {
rename { "${it}_${project.archives_base_name}"}
rename { "${it}_${project.base.archivesName.get()}" }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.function.BiFunction;
import java.util.function.Supplier;

Expand Down

0 comments on commit f5e8a1c

Please sign in to comment.