1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +00:00

Add workaround for FG not picking up transitive deps

This commit is contained in:
Jonathan Coates 2023-03-14 09:03:45 +00:00
parent e2cf43718f
commit 0ed0504a4c
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -40,6 +40,7 @@ ## Using
compileOnly("cc.tweaked:cc-tweaked-$mcVersion-common-api")
// Forge Gradle
compileOnly("cc.tweaked:cc-tweaked-$mcVersion-core-api:$cctVersion")
compileOnly(fg.deobf("cc.tweaked:cc-tweaked-$mcVersion-forge-api:$cctVersion"))
runtimeOnly(fg.deobf("cc.tweaked:cc-tweaked-$mcVersion-forge:$cctVersion"))