Skip to content

Commit f8e16bf

Browse files
Fix license file name
1 parent be970ac commit f8e16bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

143143
from("LICENSE.txt") {
144-
rename { "LICENSE-${archivesName}.txt" }
144+
rename { "LICENSE-${archivesName.get()}.txt" }
145145
}
146146

147147
exclude("intentionally_untranslated.json")

0 commit comments

Comments
 (0)