We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef86aeb commit b4799eaCopy full SHA for b4799ea
build.gradle
@@ -233,7 +233,7 @@ artifactory {
233
// Define the project repository to which the artifacts will be published
234
repository {
235
// Set the Artifactory repository key
236
- repoKey = 'morpheus-open-source-plugins'
+ repoKey = 'morpheus-plugins'
237
// Specify the publisher username
238
username = getEnvOrProperty('ARTIFACTORY_USER', 'artifactory_user')
239
// Provide the publisher password
0 commit comments