Skip to content

Commit

Permalink
Attempt to Fix Artifactory plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 2, 2023
1 parent feeb301 commit 1b683f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions publish-maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ artifactory {
mavenJava 'zip.type': 'docs', '*:*:*:docs@zip'
mavenJava 'zip.type': 'dist', '*:*:*:dist@zip'
}

publications(publishing.publications.mavenJava)
}
}
}

artifactoryPublish {
publications(publishing.publications.mavenJava)
}

0 comments on commit 1b683f2

Please sign in to comment.