[base] Shadow gson

This commit is contained in:
Johannes Frohnmeyer 2022-04-04 19:47:38 +02:00
parent dfbc973f03
commit 7c3b7503d8
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ archivesBaseName = "libjf-base"
dependencies {
include modImplementation(fabricApi.module("fabric-lifecycle-events-v1", "${rootProject.fabric_version}"))
include 'io.gitlab.jfronny:gson:2.9.0.2022.4.2.19.45.43'
shadow 'io.gitlab.jfronny:gson:2.9.0.2022.4.2.19.45.43'
}