Skip to content

Commit 92feb52

Browse files
committed
Updated GitHub repository. Fixed non-build error.
1 parent 85ed7a0 commit 92feb52

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
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>
66

7-
<parent>
8-
<groupId>me.loving11ish</groupId>
9-
<artifactId>ClansLite</artifactId>
10-
<version>${revision}</version>
11-
</parent>
7+
<!-- <parent>-->
8+
<!-- <groupId>me.loving11ish</groupId>-->
9+
<!-- <artifactId>ClansLite</artifactId>-->
10+
<!-- <version>${revision}</version>-->
11+
<!-- </parent>-->
1212

1313
<groupId>me.loving11ish</groupId>
1414
<artifactId>ClansLite-API</artifactId>
@@ -20,6 +20,11 @@
2020
<description>A simple and lightweight Clans plugin for Minecraft.</description>
2121
<url>https://www.spigotmc.org/resources/clanslite.97163/</url>
2222

23+
<properties>
24+
<java.version>11</java.version>
25+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
26+
</properties>
27+
2328
<build>
2429
<defaultGoal>package</defaultGoal>
2530
<plugins>

0 commit comments

Comments
 (0)