mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-04 03:17:55 +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:
@@ -119,6 +119,7 @@ mixin {
|
||||
|
||||
configurations {
|
||||
register("cctJavadoc")
|
||||
minecraftLibrary { extendsFrom(minecraftEmbed.get()) }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Reference in New Issue
Block a user