Skip to content

Commit 24655ff

Browse files
committed
Remove redundant artifacts from Gradle config
This also causes the problem with early `api` task initialization which leads to an attempt to resolve dependencies. The `io.spring.dependency-management` has not done its job for each module yet in that case. Anyway these artifacts are now the part of `publishing`, so no need in their definitions in addition.
1 parent 8ee6b5b commit 24655ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,11 +485,6 @@ task distZip(type: Zip, dependsOn: [docsZip]) { //, schemaZip]) {
485485

486486
}
487487

488-
artifacts {
489-
archives distZip
490-
archives docsZip
491-
}
492-
493488
task dist(dependsOn: assemble) {
494489
group = 'Distribution'
495490
description = 'Builds -dist, -docs distribution archives.'

0 commit comments

Comments
 (0)