Skip to content

Commit

Permalink
remove parenthesis from Gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Nov 11, 2024
1 parent 0451e58 commit 96f9c18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@args(String groupId, String artifactId, String scope, String version, boolean pom)

@(pom ? scope + " platform" : scope)("@groupId:@artifactId@(version != null ? ":" + version : "")")
@(pom ? scope + " platform" : scope) "@groupId:@artifactId@(version != null ? ":" + version : "")"

0 comments on commit 96f9c18

Please sign in to comment.