Skip to content

Commit e3a0e8f

Browse files
committed
Fix building.
1 parent 8cbe035 commit e3a0e8f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/target/
22
/.classpath
33
/.project
4+
/.settings

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<groupId>CommentedConfiguration</groupId>
44
<artifactId>CommentedConfiguration</artifactId>
55
<version>1.0.0</version>
6+
7+
<properties>
8+
<java.version>1.8</java.version>
9+
<project.bukkitAPIVersion>1.14</project.bukkitAPIVersion>
10+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11+
</properties>
612

713
<repositories>
814
<repository>

0 commit comments

Comments
 (0)