Skip to content

Commit

Permalink
Remove redundant artifacts from Gradle config
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
artembilan committed Feb 15, 2024
1 parent 8ee6b5b commit 24655ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -485,11 +485,6 @@ task distZip(type: Zip, dependsOn: [docsZip]) { //, schemaZip]) {

}

artifacts {
archives distZip
archives docsZip
}

task dist(dependsOn: assemble) {
group = 'Distribution'
description = 'Builds -dist, -docs distribution archives.'
Expand Down

0 comments on commit 24655ff

Please sign in to comment.