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 a695d08 commit 024407cCopy full SHA for 024407c
qulice-maven-plugin/src/main/java/com/qulice/maven/DefaultMavenEnvironment.java
@@ -302,10 +302,7 @@ public void setEncoding(final String encoding) {
302
this.charset = encoding;
303
}
304
305
- /**
306
- * Get source files encoding.
307
- * @return Charset of the source files
308
- */
+ @Override
309
public Charset encoding() {
310
if (this.charset == null || this.charset.isEmpty()) {
311
this.charset = "UTF-8";
0 commit comments