We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbe035 commit e3a0e8fCopy full SHA for e3a0e8f
.gitignore
@@ -1,3 +1,4 @@
1
/target/
2
/.classpath
3
/.project
4
+/.settings
pom.xml
@@ -3,6 +3,12 @@
<groupId>CommentedConfiguration</groupId>
<artifactId>CommentedConfiguration</artifactId>
5
<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>
12
13
<repositories>
14
<repository>
0 commit comments