[CI-SKIP] Fix Mojang API Brigadier dep - THIS IS NOT A NEW BUILD

Needs to be compile to expose it

Nothing to download here.
This commit is contained in:
Aikar 2020-04-28 03:26:36 -04:00
parent 00d760a537
commit 8ce3dd5f71
No known key found for this signature in database
GPG Key ID: 401ADFC9891FAAFE

View File

@ -59,7 +59,7 @@
<groupId>com.mojang</groupId> <groupId>com.mojang</groupId>
<artifactId>brigadier</artifactId> <artifactId>brigadier</artifactId>
<version>1.0.17</version> <version>1.0.17</version>
<scope>provided</scope> <scope>compile</scope>
</dependency> </dependency>
<!-- utils --> <!-- utils -->
<dependency> <dependency>