File tree Expand file tree Collapse file tree 5 files changed +28
-162
lines changed
java/net/matrixcreations/libraries Expand file tree Collapse file tree 5 files changed +28
-162
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >net.matrixcreations</groupId >
5
5
<artifactId >MatrixColorAPI</artifactId >
6
6
<name >MatrixColorAPI</name >
7
- <version >1.0.0 </version >
7
+ <version >1.0.4 </version >
8
8
<build >
9
9
<defaultGoal >clean package</defaultGoal >
10
10
<resources >
16
16
<plugins >
17
17
<plugin >
18
18
<artifactId >maven-compiler-plugin</artifactId >
19
- <version >3.13.0 </version >
19
+ <version >3.8.1 </version >
20
20
<configuration >
21
21
<source >${java.version}</source >
22
22
<target >${java.version}</target >
23
23
</configuration >
24
24
</plugin >
25
25
<plugin >
26
26
<artifactId >maven-shade-plugin</artifactId >
27
- <version >3.5.3 </version >
27
+ <version >3.2.4 </version >
28
28
<executions >
29
29
<execution >
30
30
<phase >package</phase >
55
55
</dependency >
56
56
</dependencies >
57
57
<properties >
58
- <java .version>16 </java .version>
58
+ <java .version>11 </java .version>
59
59
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
60
60
</properties >
61
61
</project >
Original file line number Diff line number Diff line change 42
42
</executions >
43
43
</plugin >
44
44
</plugins >
45
+ <resources >
46
+ <resource >
47
+ <directory >src/main/resources</directory >
48
+ <filtering >true</filtering >
49
+ </resource >
50
+ </resources >
45
51
</build >
46
52
47
53
<repositories >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : MatrixColorAPI
2
+ version : ' 1.0.4'
3
+ main : net.matrixcreations.libraries.MatrixColorAPI
4
+ api-version : ' 1.16'
5
+ authors : [ MatrixCreations, ItsHarshXD ]
6
+ description : Intuitive Color Library for Minecraft Platforms.
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " MatrixColorAPI" ,
3
+ "version" : " 1.0.4" ,
4
+ "main" : " net.matrixcreations.libraries.MatrixColorAPI" ,
5
+ "authors" : [
6
+ " MatrixCreations" ,
7
+ " ItsHarshXD"
8
+ ],
9
+ "description" : " Intuitive Color Library for Minecraft Platforms." ,
10
+ "dependencies" : [],
11
+ "api-version" : " 1.0"
12
+ }
You can’t perform that action at this time.
0 commit comments