Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Upload all artifacts to the same repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Welsch committed Sep 4, 2016
1 parent 16f7bf2 commit f4b0068
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ publish {
userOrg = 'passsy'
groupId = 'net.grandcentrix.thirtyinch'
artifactId = 'thirtyinch-plugin'
uploadName = 'ThirtyInch-Plugin'
uploadName = 'ThirtyInch'
publishVersion = VERSION_NAME
//description = ''
website = 'https://github.com/grandcentrix/ThirtyInch'
Expand Down
2 changes: 1 addition & 1 deletion rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ publish {
userOrg = 'passsy'
groupId = 'net.grandcentrix.thirtyinch'
artifactId = 'thirtyinch-rx'
uploadName = 'ThirtyInch-Rx'
uploadName = 'ThirtyInch'
publishVersion = VERSION_NAME
//description = ''
website = 'https://github.com/grandcentrix/ThirtyInch'
Expand Down
2 changes: 1 addition & 1 deletion test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ publish {
userOrg = 'passsy'
groupId = 'net.grandcentrix.thirtyinch'
artifactId = 'thirtyinch-test'
uploadName = 'ThirtyInch-Test'
uploadName = 'ThirtyInch'
publishVersion = VERSION_NAME
//description = ''
website = 'https://github.com/grandcentrix/ThirtyInch'
Expand Down

0 comments on commit f4b0068

Please sign in to comment.