File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 8
8
<artifactId >HentaiDownloader</artifactId >
9
9
<version >1.0-SNAPSHOT</version >
10
10
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
+
11
17
<dependencies >
12
18
<dependency >
13
19
<groupId >org.jsoup</groupId >
25
31
<build >
26
32
<defaultGoal >clean install</defaultGoal >
27
33
<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
-
38
34
<plugin >
39
35
<groupId >org.apache.maven.plugins</groupId >
40
36
<artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments