Skip to content

Commit

Permalink
update java version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Oct 11, 2022
1 parent 5c07f17 commit 2004665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Configure JDK
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 11
- name: Publish
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -no-daemon --no-parallel --stacktrace -DSONATYPE_USERNAME=$SONATYPE_USERNAME -DSONATYPE_PASSWORD=$SONATYPE_PASSWORD -DGPG_PRIVATE_PASSWORD=$GPG_PRIVATE_PASSWORD -DGPG_PRIVATE_KEY=$GPG_PRIVATE_KEY
env:
Expand Down

0 comments on commit 2004665

Please sign in to comment.