Skip to content

Commit 0c01b31

Browse files
BIG ISSUE LOL
I forgot to unshade every library so a simple 1 class plugin was 8mb in size (could be bigger)
1 parent 56d9c4f commit 0c01b31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.flame</groupId>
88
<artifactId>FlameGUIS</artifactId>
9-
<version>1.1.3</version>
9+
<version>1.2.3</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>
@@ -47,25 +47,25 @@
4747
<groupId>org.spigotmc</groupId>
4848
<artifactId>spigot-api</artifactId>
4949
<version>1.14.4-R0.1-SNAPSHOT</version>
50+
<scope>provided</scope>
5051
</dependency>
5152
<dependency>
5253
<groupId>org.projectlombok</groupId>
5354
<artifactId>lombok</artifactId>
5455
<version>1.18.28</version>
55-
<scope>compile</scope>
56+
<scope>provided</scope>
5657
</dependency>
5758
<dependency>
5859
<groupId>com.mojang</groupId>
5960
<artifactId>authlib</artifactId>
6061
<version>1.5.21</version>
61-
<scope>compile</scope>
62+
<scope>provided</scope>
6263
</dependency>
6364
<dependency>
6465
<groupId>org.jetbrains</groupId>
6566
<artifactId>annotations</artifactId>
6667
<version>24.0.1</version>
67-
<scope>compile</scope>
68+
<scope>provided</scope>
6869
</dependency>
6970
</dependencies>
70-
7171
</project>

0 commit comments

Comments
 (0)