-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46638ff
commit db435c5
Showing
27 changed files
with
352 additions
and
539 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# This file was generated using a Kotlin DSL. | ||
# If you want to modify the workflow, please change the Kotlin source and regenerate this YAML file. | ||
# Generated with https://github.com/typesafegithub/github-workflows-kt | ||
|
||
name: 'ddepsub' | ||
on: | ||
push: | ||
branches: | ||
- 'master' | ||
- 'main' | ||
workflow_dispatch: {} | ||
env: | ||
MYKOTLIBS_signing_keyId: '${{ secrets.MYKOTLIBS_signing_keyId }}' | ||
MYKOTLIBS_signing_password: '${{ secrets.MYKOTLIBS_signing_password }}' | ||
MYKOTLIBS_signing_key: '${{ secrets.MYKOTLIBS_signing_key }}' | ||
MYKOTLIBS_ossrhUsername: '${{ secrets.MYKOTLIBS_ossrhUsername }}' | ||
MYKOTLIBS_ossrhPassword: '${{ secrets.MYKOTLIBS_ossrhPassword }}' | ||
MYKOTLIBS_sonatypeStagingProfileId: '${{ secrets.MYKOTLIBS_sonatypeStagingProfileId }}' | ||
jobs: | ||
dependency-submission-on-UbuntuLatest: | ||
runs-on: 'ubuntu-latest' | ||
permissions: | ||
contents: 'write' | ||
steps: | ||
- id: 'step-0' | ||
uses: 'actions/checkout@v4' | ||
- id: 'step-1' | ||
name: 'Set up JDK' | ||
uses: 'actions/setup-java@v4' | ||
with: | ||
java-version: '23' | ||
distribution: 'zulu' | ||
- id: 'step-2' | ||
uses: 'gradle/actions/dependency-submission@v4' |
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
Binary file not shown.
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
Oops, something went wrong.