Skip to content

Commit

Permalink
Use trailing commas in build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Oct 6, 2023
1 parent 101a2b5 commit 13fb2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ tasks.withType<Jar>().configureEach {
manifest.attributes(
"Implementation-Title" to project.name,
"Implementation-Vendor" to metadata.organization.get().name.get(),
"Implementation-Version" to project.version
"Implementation-Version" to project.version,
)
}

Expand Down

0 comments on commit 13fb2fb

Please sign in to comment.