Fix ReplayStudio dependency group id

This commit is contained in:
Jonas Herzig
2020-03-29 21:32:44 +02:00
parent af8803d6b5
commit 82bbf7b495

View File

@@ -262,7 +262,7 @@ dependencies {
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
shadow "com.replaymod.replaystudio:ReplayStudio:120feb9", shadeExclusions
shadow "com.github.ReplayMod:ReplayStudio:120feb9", shadeExclusions
shadowReobf(project(":jGui:$jGuiVersion")){
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those