Skip to content

Commit 23e5e25

Browse files
committed
one more gradle deprecation fix
1 parent 9eb619f commit 23e5e25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,9 @@ java {
177177
}
178178

179179
jar {
180+
inputs.property "archives_base_name", project.archives_base_name
180181
from(rootProject.file('LICENSE')) {
181-
rename { "${it}_${project.archives_base_name}" }
182+
rename { "${it}_${inputs.properties.archives_base_name}" }
182183
}
183184
}
184185

0 commit comments

Comments
 (0)