Skip to content

Commit

Permalink
Fix crossdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 30, 2024
1 parent a86e45b commit f1d08a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions cloud-fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
api(libs.cloud.core)
api(libs.cloud.brigadier)

offlineLinkedJavadoc(project(":cloud-minecraft-modded-common"))
localRuntime(project(":cloud-minecraft-modded-common", configuration = "namedElements"))
compileOnly(project(":cloud-minecraft-modded-common", configuration = "namedElements"))
api(project(":cloud-minecraft-modded-common-fabric-repack", configuration = "namedElements"))
Expand Down
6 changes: 3 additions & 3 deletions cloud-minecraft-modded-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies {
mappings(loom.officialMojangMappings())
compileOnly(libs.fabricLoader)

compileOnly(platform(libs.cloud.bom))
compileOnly(libs.cloud.core)
compileOnly(libs.cloud.brigadier)
api(platform(libs.cloud.bom))
api(libs.cloud.core)
api(libs.cloud.brigadier)
}

tasks.withType(AbstractRemapJarTask::class).configureEach {
Expand Down
1 change: 1 addition & 0 deletions cloud-neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies {
api(platform(libs.cloud.bom))
api(libs.cloud.core)
api(libs.cloud.brigadier)
offlineLinkedJavadoc(project(":cloud-minecraft-modded-common"))
api(project(":cloud-minecraft-modded-common", configuration = "namedElements"))
include(project(":cloud-minecraft-modded-common"))
}
Expand Down

0 comments on commit f1d08a3

Please sign in to comment.