Skip to content

Commit 3a24256

Browse files
authored
Merge pull request #20 from Arctic-Gaming-LLC/pentlock1-patch-1
0.1.21
2 parents 9963d8e + 9109040 commit 3a24256

File tree

2 files changed

+11
-29
lines changed

2 files changed

+11
-29
lines changed

ThunderDataEngine.iml

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</configuration>
1010
</facet>
1111
</component>
12-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_17">
12+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
1313
<output url="file://$MODULE_DIR$/target/classes" />
1414
<output-test url="file://$MODULE_DIR$/target/test-classes" />
1515
<content url="file://$MODULE_DIR$">
@@ -21,34 +21,16 @@
2121
</content>
2222
<orderEntry type="inheritedJdk" />
2323
<orderEntry type="sourceFolder" forTests="false" />
24-
<orderEntry type="library" scope="PROVIDED" name="Maven: io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT" level="project" />
24+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT" level="project" />
2525
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:guava:31.0.1-jre" level="project" />
2626
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:failureaccess:1.0.1" level="project" />
2727
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava" level="project" />
2828
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.findbugs:jsr305:3.0.2" level="project" />
29+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.checkerframework:checker-qual:3.12.0" level="project" />
2930
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.errorprone:error_prone_annotations:2.7.1" level="project" />
3031
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.j2objc:j2objc-annotations:1.3" level="project" />
3132
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.gson:gson:2.8.9" level="project" />
32-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-chat:1.16-R0.4-deprecated+build.6" level="project" />
33+
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-chat:1.16-R0.4" level="project" />
3334
<orderEntry type="library" scope="PROVIDED" name="Maven: org.yaml:snakeyaml:1.30" level="project" />
34-
<orderEntry type="library" scope="PROVIDED" name="Maven: com.googlecode.json-simple:json-simple:1.1.1" level="project" />
35-
<orderEntry type="library" scope="PROVIDED" name="Maven: it.unimi.dsi:fastutil:8.5.6" level="project" />
36-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.logging.log4j:log4j-api:2.17.1" level="project" />
37-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.slf4j:slf4j-api:1.8.0-beta4" level="project" />
38-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-api:4.11.0" level="project" />
39-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-key:4.11.0" level="project" />
40-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:examination-api:1.3.0" level="project" />
41-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:examination-string:1.3.0" level="project" />
42-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.jetbrains:annotations:23.0.0" level="project" />
43-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-text-minimessage:4.11.0" level="project" />
44-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-text-serializer-gson:4.11.0" level="project" />
45-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-text-serializer-legacy:4.11.0" level="project" />
46-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-text-serializer-plain:4.11.0" level="project" />
47-
<orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-text-logger-slf4j:4.11.0" level="project" />
48-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.checkerframework:checker-qual:3.21.0" level="project" />
49-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm:9.2" level="project" />
50-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm-commons:9.2" level="project" />
51-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm-tree:9.2" level="project" />
52-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm-analysis:9.2" level="project" />
5335
</component>
5436
</module>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
<groupId>net.pentlock</groupId>
88
<artifactId>ThunderDataEngine</artifactId>
9-
<version>0.1.20</version>
9+
<version>0.1.21</version>
1010
<packaging>jar</packaging>
1111

1212
<name>ThunderDataEngine</name>
1313

1414
<description>This is required to run anything in the thunder family.</description>
1515
<properties>
16-
<java.version>17</java.version>
16+
<java.version>1.8</java.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
</properties>
1919
<url>pentlock.net</url>
@@ -56,8 +56,8 @@
5656

5757
<repositories>
5858
<repository>
59-
<id>papermc</id>
60-
<url>https://repo.papermc.io/repository/maven-public/</url>
59+
<id>spigotmc-repo</id>
60+
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
6161
</repository>
6262
<repository>
6363
<id>sonatype</id>
@@ -71,10 +71,10 @@
7171

7272
<dependencies>
7373
<dependency>
74-
<groupId>io.papermc.paper</groupId>
75-
<artifactId>paper-api</artifactId>
74+
<groupId>org.spigotmc</groupId>
75+
<artifactId>spigot-api</artifactId>
7676
<version>1.19-R0.1-SNAPSHOT</version>
7777
<scope>provided</scope>
7878
</dependency>
7979
</dependencies>
80-
</project>
80+
</project>

0 commit comments

Comments
 (0)