Commit 0dba17f
common4j: don't tie sourcesJar/javadocJar to assemble
These tasks are already wired into the publish graph through
components.java + the maven-publish plugin, so they will be
generated automatically when publish runs.
Tying them to assemble made every CI flow that just compiles or
runs tests also build javadoc, which is one of the slowest tasks
in the common4j build. Local developers who want the artifacts
can still run ./gradlew sourcesJar javadocJar explicitly.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 62b7c33 commit 0dba17f
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
343 | | - | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
344 | 347 | | |
345 | 348 | | |
346 | 349 | | |
| |||
0 commit comments