Skip to content

Commit 2de4369

Browse files
committed
flatten artifacts in staging directory
1 parent 225ebba commit 2de4369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/publishing.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ task prepareJavadocArchive(type: Jar){
164164

165165
task copyLibsToGlobalArtifactsFolder(type: Copy) {
166166
from libsDir
167-
into new File(artifactsDirectoryRoot, project.name)
167+
into "$artifactsDirectoryRoot"
168168
exclude '**/windows/**'
169169
dependsOn assemble, prepareSourcesArchive, prepareJavadocArchive, generatePom
170170
}

0 commit comments

Comments
 (0)