File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
6-
6+
77 <groupId >com.xxmicloxx</groupId >
88 <artifactId >NoteBlockAPI</artifactId >
99 <version >1.1.7</version >
10- <repositories >
10+
11+ <properties >
12+ <maven .compiler.source>1.8</maven .compiler.source>
13+ <maven .compiler.target>1.8</maven .compiler.target>
14+ </properties >
15+
16+ <repositories >
1117 <repository >
1218 <id >spigot-repo</id >
1319 <url >https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url >
4450 </distributionManagement >
4551 <build >
4652 <plugins >
47- <plugin >
48- <groupId >org.apache.maven.plugins</groupId >
49- <artifactId >maven-compiler-plugin</artifactId >
50- <version >3.1</version >
51- <configuration >
52- <source >1.7</source >
53- <target >1.7</target >
54- </configuration >
55- </plugin >
5653 <plugin >
5754 <groupId >org.apache.maven.plugins</groupId >
5855 <artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments