-
Notifications
You must be signed in to change notification settings - Fork 866
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish torchserve-plugins-sdk artifacts to Maven Central repository (#…
…2422) * Fix missing torchserve-plugins-sdk artifacts and version * Add support for releasing torchserve plugins sdk to Maven Central * enable gpg signing * Add necessary gpg arguments and update distribution management * Revert workaround used to build and install torchserve-plugins-sdk locally * Disable building torchserve-plugins-sdk in CI --------- Co-authored-by: Naman Nandan <namannan@amazon.com>
- Loading branch information
1 parent
ec3b992
commit 2551a99
Showing
5 changed files
with
30 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,6 @@ allprojects { | |
|
||
repositories { | ||
mavenCentral() | ||
jcenter() | ||
mavenLocal() | ||
} | ||
|
||
apply plugin: 'idea' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters