fix reflection errors
This commit is contained in:
parent
72f36b2fe1
commit
d5fc28d743
11
pom.xml
11
pom.xml
@ -13,6 +13,14 @@
|
||||
<maven.compiler.target>21</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>web</id>
|
||||
<properties>
|
||||
<gluonfx.target>web</gluonfx.target>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
@ -46,6 +54,9 @@
|
||||
<version>1.0.22</version>
|
||||
<configuration>
|
||||
<mainClass>com.shr4pnel.minesweeper.Main</mainClass>
|
||||
<reflectionList>
|
||||
com.shr4pnel.minesweeper.Controller
|
||||
</reflectionList>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user