Explicitly set gson dependency in common

This commit is contained in:
Konicai 2022-08-10 17:39:48 -04:00
parent 737df21495
commit 2a2e63e519
No known key found for this signature in database
GPG key ID: 710D09287708C823
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
dependencies {
api("org.geysermc.cumulus", "cumulus", Versions.cumulusVersion)
api("com.google.code.gson", "gson", Versions.gsonVersion)
}