Skip to content

Commit

Permalink
8333147: update maven classifier syntax to recent gradle version
Browse files Browse the repository at this point in the history
Reviewed-by: kcr
  • Loading branch information
Joeri Sykora authored and kevinrushforth committed Jun 7, 2024
1 parent 4a33d5e commit c8b96e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ void addMavenPublication(Project project, List<String> projectDependencies) {
afterEvaluate {
artifact project.tasks."moduleEmptyPublicationJar$t.capital"
artifact project.tasks."modularPublicationJar$t.capital" {
classifier "$t.name"
archiveClassifier.set("$t.name")
}
}

Expand Down

0 comments on commit c8b96e4

Please sign in to comment.