Skip to content

Commit 026aaa9

Browse files
committed
Improve lazy configuration: withType -> withType.configureEach
1 parent 170485d commit 026aaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ java {
104104
withSourcesJar()
105105
}
106106

107-
tasks.withType<Jar> {
107+
tasks.withType<Jar>().configureEach {
108108
manifest.attributes(
109109
"Implementation-Title" to project.name,
110110
"Implementation-Vendor" to metadata.organization.get().name.get(),

0 commit comments

Comments
 (0)