We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e6c15 commit e047ff9Copy full SHA for e047ff9
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,12 +76,6 @@
74
76
</plugin>
75
77
</plugins>
78
</build>
- <properties>
- <lwjgl.version>3.3.6</lwjgl.version>
79
- <joml.version>1.10.8</joml.version>
80
- <lwjgl.windows.natives>natives-windows</lwjgl.windows.natives>
81
- <lwjgl.linux.natives>natives-linux</lwjgl.linux.natives>
82
- </properties>
83
<dependencies>
84
<dependency>
85
<groupId>com.github.spotbugs</groupId>
0 commit comments