#831 Set Spigot profile to be activated by default

- I want to be able to check out the source and build immediately
This commit is contained in:
ljacqu 2016-08-04 18:19:38 +02:00
parent 7806466a01
commit f0dfd85903

View File

@ -94,6 +94,9 @@
<!-- Spigot, default -->
<profile>
<id>spigot</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>