-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [JIRA](https://swicloud.atlassian.net/browse/NH-33952) - use a single publication - exclude local publishing from signing
- Loading branch information
1 parent
f240d0f
commit 276c45c
Showing
3 changed files
with
11 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env zsh | ||
# This script exist to enable conveniently building and publishing the artifacts to local maven repo | ||
./gradlew clean build | ||
./gradlew agent:publishLocalInstallPublicationToMavenLocal | ||
./gradlew solarwinds-otel-sdk:publishLocalInstallPublicationToMavenLocal | ||
./gradlew agent:publishToMavenLocal | ||
./gradlew solarwinds-otel-sdk:publishToMavenLocal | ||
|
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