Skip to content

Commit b714758

Browse files
committed
Fixed maven build
Fixed #1
1 parent b366f94 commit b714758

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

pom.xml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
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>
@@ -44,15 +50,6 @@
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>

0 commit comments

Comments
 (0)