Package dan200.computercraft.api.client is missed from common-api package
SirEdvin opened this issue · 2 comments
Oh, this is so odd. All the other published jars are fine, this one is just missing the classes entirely!
The task dependencies are definitely there, so I have no clue why this is happened!
$ ./gradlew taskTree :common:jar
:common:jar
+--- :common:classes
...
+--- :common:clientClasses
I think my only option here is just to publish a new version - will try to do that in a sec. Though I'm not especially enthusiastic about the fact that the build scripts are so unreliable.