Skip to content

Commit

Permalink
Now it is
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Mar 19, 2023
1 parent c7eb854 commit 78d14d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2022 Ennui Langeweile
Copyright (c) 2020-2023 Ennui Langeweile

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ java {
}

jar {
filesMatching('LICENSE') {
rename '^(LICENSE.*?)(\\..*)?$', "\$1_${archivesBaseName}\$2"
from('LICENSE') {
rename { "${it}_${archivesBaseName}" }
}
}

Expand Down

0 comments on commit 78d14d9

Please sign in to comment.