We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c006af5 commit 0bd5241Copy full SHA for 0bd5241
qulice-maven-plugin/src/main/java/com/qulice/maven/AbstractQuliceMojo.java
@@ -111,6 +111,7 @@ public abstract class AbstractQuliceMojo extends AbstractMojo
111
*
112
* @parameter expression="${project.build.sourceEncoding}" required="true"
113
*/
114
+ @Parameter(property = "encoding", defaultValue = "${project.build.sourceEncoding}")
115
private String charset;
116
117
/**
0 commit comments