Skip to content

Commit c9c1116

Browse files
authored
Merge pull request #23 from Arctic-Gaming-LLC/pentlock1-patch-1
0.1.24
2 parents c6ba8e8 + 1e8a607 commit c9c1116

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ThunderDataEngine.iml

Lines changed: 1 addition & 1 deletion
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_1_8">
12+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_17">
1313
<output url="file://$MODULE_DIR$/target/classes" />
1414
<output-test url="file://$MODULE_DIR$/target/test-classes" />
1515
<content url="file://$MODULE_DIR$">

pom.xml

Lines changed: 2 additions & 2 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.23</version>
9+
<version>0.1.24</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>1.8</java.version>
16+
<java.version>17</java.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
</properties>
1919
<url>pentlock.net</url>

0 commit comments

Comments
 (0)