Skip to content

Commit 3f24a91

Browse files
committed
Update main class in manifest
1 parent e85f38d commit 3f24a91

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
<maven.compiler.target>15</maven.compiler.target>
1414
</properties>
1515

16+
<repositories>
17+
<repository>
18+
<id>jitpack.io</id>
19+
<url>https://jitpack.io</url>
20+
</repository>
21+
</repositories>
22+
1623
<dependencies>
1724
<dependency>
1825
<groupId>com.github.almasb</groupId>
@@ -21,13 +28,6 @@
2128
</dependency>
2229
</dependencies>
2330

24-
<repositories>
25-
<repository>
26-
<id>jitpack.io</id>
27-
<url>https://jitpack.io</url>
28-
</repository>
29-
</repositories>
30-
3131
<build>
3232
<plugins>
3333
<plugin>
@@ -46,7 +46,7 @@
4646
</descriptorRefs>
4747
<archive>
4848
<manifest>
49-
<mainClass>Game</mainClass>
49+
<mainClass>Main</mainClass>
5050
</manifest>
5151
</archive>
5252
</configuration>

0 commit comments

Comments
 (0)