-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove repositories configuration for old plugin * Change plugin and version * Modify gradle command in cd.yml * Replace old nexus-staging.gradle * Modify build.gradle * Use tag to release artifact * Fix gradle task in cd.yml * Revert unnecessary change in cd.yml * Revert "Revert unnecessary change in cd.yml" This reverts commit 367c278. * Revert "Fix gradle task in cd.yml" This reverts commit 5b861c3. * Fix gradle task spelling * Update BUILD.md * Modify cd.yml * Modify RELEASE_NOTES.md * Modify RELEASE_NOTES.md
- Loading branch information
1 parent
26c4403
commit a83c91d
Showing
7 changed files
with
27 additions
and
30 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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
nexusPublishing { | ||
repositories { | ||
sonatype { | ||
username = System.getenv("MAVEN_USERNAME") | ||
password = System.getenv("MAVEN_PASSWORD") | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.