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 c79d898 commit 058602dCopy full SHA for 058602d
.github/workflows/mvn.yml
@@ -1,5 +1,7 @@
1
---
2
name: mvn
3
+env:
4
+ MAVEN_OPTS: "-Dfile.encoding=UTF-8"
5
on:
6
push:
7
branches:
qulice-pmd/pom.xml
@@ -39,9 +39,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
39
<artifactId>qulice-pmd</artifactId>
40
<packaging>jar</packaging>
41
<name>qulice-pmd</name>
42
- <properties>
43
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44
- </properties>
45
<dependencies>
46
<dependency>
47
<groupId>com.qulice</groupId>
0 commit comments