Skip to content

Commit d8f6f78

Browse files
Bump JDK version (#15)
1 parent bdaad54 commit d8f6f78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
steps:
1313
- name: Check out code
1414
uses: actions/checkout@v2
15-
- name: Set up JDK 11
15+
- name: Set up JDK 17
1616
uses: actions/setup-java@v2
1717
with:
1818
distribution: adopt
19-
java-version: 11
19+
java-version: 17
2020

2121
- name: Grant Gradlew rights
2222
run: chmod +x gradlew
@@ -29,10 +29,10 @@ jobs:
2929
run: |
3030
echo "Publishing library🚀"
3131
./gradlew publish --no-daemon --no-parallel
32-
echo "Published✅"
32+
echo "Published ✅"
3333
echo "Releasing repository...🚀"
3434
./gradlew closeAndReleaseRepository
35-
echo "Released✅"
35+
echo "Released ✅"
3636
env:
3737
ORG_GRADLE_PROJECT_VERSION_NAME: ${{ github.event.release.tag_name }}
3838
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}

0 commit comments

Comments
 (0)