Skip to content

Commit

Permalink
Fixed gradlew call, revert to 1.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasJejkal committed Mar 17, 2023
1 parent 68108f2 commit 9e164aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: 11
distribution: 'zulu' # openjdk
- name: Publish package
run: gradlew -Prelease publishToSonatype closeAndReleaseSonatypeStagingRepository
run: ./gradlew -Prelease publishToSonatype closeAndReleaseSonatypeStagingRepository
env:
ORG_GRADLE_PROJECT_sonatypeUsername : ${{ secrets.OSSRH_USERNAME }}
ORG_GRADLE_PROJECT_sonatypePassword : ${{ secrets.OSSRH_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"

version=1.1.2-SNAPSHOT
version=1.1.1-SNAPSHOT
action.custom-1=install
action.custom-1.args=--configure-on-demand -w -x check clean publishToMavenLocal
action.custom-2=jacoco
Expand Down

0 comments on commit 9e164aa

Please sign in to comment.