mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-28 01:44:48 +00:00
Put our bundled deps are on the classpath for gametests
We just need to make minecraftLibrary extend minecraftEmbed. I'd genuinely forgotten that this isn't the case by default.
This commit is contained in:
parent
dbd47be432
commit
e876685f2a
@ -119,6 +119,7 @@ mixin {
|
||||
|
||||
configurations {
|
||||
register("cctJavadoc")
|
||||
minecraftLibrary { extendsFrom(minecraftEmbed.get()) }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user