Skip to content

Commit 172c118

Browse files
committed
Update pom.xml
1 parent 8424e60 commit 172c118

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<configuration>
5050
<show>private</show>
5151
<nohelp>true</nohelp>
52+
<additionalJOptions>--enable-preview</additionalJOptions>
53+
<source>26</source>
5254
</configuration>
5355
<executions>
5456
<execution>
@@ -74,11 +76,6 @@
7476
</plugin>
7577
</plugins>
7678
</build>
77-
<properties>
78-
<lwjgl.version>3.3.6</lwjgl.version>
79-
<lwjgl.windows.natives>natives-windows</lwjgl.windows.natives>
80-
<lwjgl.linux.natives>natives-linux</lwjgl.linux.natives>
81-
</properties>
8279
<dependencies>
8380
<dependency>
8481
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)