Skip to content

Commit

Permalink
Fix publishing to artifactory (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue authored Oct 12, 2024
1 parent 9cfd26f commit 72fb67f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ if (System.getenv()['RUN_AZURE_ARTIFACTORY_RELEASE'] != null) {
}
username = System.getenv()['ARTIFACTORY_PUBLISH_USERNAME']
password = System.getenv()['ARTIFACTORY_PUBLISH_PASSWORD']
maven = true
}
defaults {
publications ('maven')
Expand Down

0 comments on commit 72fb67f

Please sign in to comment.