Skip to content

Commit

Permalink
turn off gpg for now
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Nov 5, 2020
1 parent 155dced commit dfc6b7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gradle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
matrix:
os: [ ubuntu-20.04, macos-latest, windows-latest ]
fail-fast: false
max-parallel: 1

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ if (bintrayUser != null && bintrayKey != null) {
vcsTag = project.version.toString()
released = java.util.Date().toString()

gpg.sign = true
// gpg.sign = true

// mavenCentralSync.apply {
// user = sonatypeUsername
Expand Down

0 comments on commit dfc6b7f

Please sign in to comment.