Don't compile Lombok into the jar

This commit is contained in:
Camotoy 2021-03-23 20:03:42 -04:00
parent 03270131e5
commit 4a6f395602
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

View file

@ -63,6 +63,7 @@
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<version>1.18.4</version> <version>1.18.4</version>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.geysermc</groupId> <groupId>org.geysermc</groupId>