File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 Ennui Langeweile
3+ Copyright (c) 2021-2025 Ennui Langeweile
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ java {
6464// If you plan to use a different file for the license, don't forget to change the file name here!
6565tasks.named<Jar >(" jar" ).configure {
6666 val name = project.name
67- inputs.files(" LICENSE.md " )
67+ inputs.files(" LICENSE" )
6868 inputs.property(" name" , name)
6969
70- from(" LICENSE.md " ) {
71- rename { " LICENSE_${name} .md " }
70+ from(" LICENSE" ) {
71+ rename { " LICENSE_${name} " }
7272 }
7373}
7474
@@ -87,4 +87,4 @@ publishing {
8787 // The repositories here will be used for publishing your artifact, not for
8888 // retrieving dependencies.
8989 }
90- }
90+ }
You can’t perform that action at this time.
0 commit comments