We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8424e60 commit 172c118Copy full SHA for 172c118
1 file changed
pom.xml
@@ -49,6 +49,8 @@
49
<configuration>
50
<show>private</show>
51
<nohelp>true</nohelp>
52
+ <additionalJOptions>--enable-preview</additionalJOptions>
53
+ <source>26</source>
54
</configuration>
55
<executions>
56
<execution>
@@ -74,11 +76,6 @@
74
76
</plugin>
75
77
</plugins>
78
</build>
- <properties>
- <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>
82
<dependencies>
83
<dependency>
84
<groupId>com.github.spotbugs</groupId>
0 commit comments