We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdaeb1 commit ed6cbf3Copy full SHA for ed6cbf3
cloud-minecraft/cloud-fabric/build.gradle.kts
@@ -83,6 +83,9 @@ indra {
83
artifact(tasks.sourcesJar) {
84
builtBy(tasks.remapSourcesJar)
85
}
86
+ artifact(tasks.javadocJar) {
87
+ builtBy(tasks.javadocJar)
88
+ }
89
90
// Loom is broken with project dependencies in the same build (because it resolves dependencies during configuration)
91
// Please look away
0 commit comments