1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +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:
Jonathan Coates 2023-03-29 22:58:45 +01:00
parent dbd47be432
commit e876685f2a
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -119,6 +119,7 @@ mixin {
configurations {
register("cctJavadoc")
minecraftLibrary { extendsFrom(minecraftEmbed.get()) }
}
dependencies {