Skip to content

Commit 7b9b6d2

Browse files
Fix license file name
1 parent b882192 commit 7b9b6d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jar {
167167
inputs.property("archivesName", archivesName)
168168

169169
from("LICENSE.txt") {
170-
rename { "LICENSE-${archivesName}.txt" }
170+
rename { "LICENSE-${archivesName.get()}.txt" }
171171
}
172172

173173
exclude("intentionally_untranslated.json")

0 commit comments

Comments
 (0)