Skip to content

Commit

Permalink
Fixed gradle publishing (removed hardcoded version & updated publishi…
Browse files Browse the repository at this point in the history
…ng script)
  • Loading branch information
lilgallon committed Jul 19, 2022
1 parent d0afa79 commit a109ba5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ jobs:
GPG_PASSPHRASE: ${{ secrets.DELIVERY_GPG_KEY_PASSPHRASE }}
with:
gradle-version: 7.4.2
# arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
arguments: publishToSonatype
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
1 change: 0 additions & 1 deletion ocpi-toolkit-2.2.1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ publishing {
named<MavenPublication>("maven") {
artifactId = "ocpi-2-2-1"
groupId = "com.izivia"
version = "1.1"

from(components["java"])

Expand Down

0 comments on commit a109ba5

Please sign in to comment.