Skip to content

Commit 68b723f

Browse files
committed
Fix incompatible type
1 parent 65460da commit 68b723f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/assertthat/ReportMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public void execute()
226226
type,
227227
jiraServerUrl,
228228
metadata,
229-
false
229+
"true"
230230
);
231231

232232
APIUtil apiUtil = new APIUtil(arguments.getProjectId(), arguments.getAccessKey(), arguments.getSecretKey(), arguments.getProxyURI(), arguments.getProxyUsername(), arguments.getProxyPassword(), arguments.getJiraServerUrl());

0 commit comments

Comments
 (0)