1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-01 22:22:59 +00:00

Improve packaging of published jars

- Publish javadoc again: for now this is just the common-api

 - Remove all dependencies from the published Forge jar. This is
   technically not needed (fg.deobf does this anyway), but seems
   sensible.
This commit is contained in:
Jonathan Coates
2022-11-08 16:43:27 +00:00
parent 0908acbe9b
commit 320007dbc6
10 changed files with 56 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ dependencies {
compileOnlyApi(libs.checkerFramework)
compileOnlyApi(libs.jetbrainsAnnotations)
"docApi"(project(":"))
"docApi"(project(":common-api"))
}
tasks.javadoc {