Skip to content

Commit 875ef8d

Browse files
committed
pom
1 parent 6689ce5 commit 875ef8d

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

pom.xml

+6-10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
<artifactId>HentaiDownloader</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010

11+
<properties>
12+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13+
<maven.compiler.source>11</maven.compiler.source>
14+
<maven.compiler.target>11</maven.compiler.target>
15+
</properties>
16+
1117
<dependencies>
1218
<dependency>
1319
<groupId>org.jsoup</groupId>
@@ -25,16 +31,6 @@
2531
<build>
2632
<defaultGoal>clean install</defaultGoal>
2733
<plugins>
28-
<plugin>
29-
<groupId>org.apache.maven.plugins</groupId>
30-
<artifactId>maven-compiler-plugin</artifactId>
31-
<version>3.8.1</version>
32-
<configuration>
33-
<source>11</source>
34-
<target>11</target>
35-
</configuration>
36-
</plugin>
37-
3834
<plugin>
3935
<groupId>org.apache.maven.plugins</groupId>
4036
<artifactId>maven-shade-plugin</artifactId>

0 commit comments

Comments
 (0)