File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
steps :
13
13
- name : Check out code
14
14
uses : actions/checkout@v2
15
- - name : Set up JDK 11
15
+ - name : Set up JDK 17
16
16
uses : actions/setup-java@v2
17
17
with :
18
18
distribution : adopt
19
- java-version : 11
19
+ java-version : 17
20
20
21
21
- name : Grant Gradlew rights
22
22
run : chmod +x gradlew
@@ -29,10 +29,10 @@ jobs:
29
29
run : |
30
30
echo "Publishing library🚀"
31
31
./gradlew publish --no-daemon --no-parallel
32
- echo "Published✅"
32
+ echo "Published ✅"
33
33
echo "Releasing repository...🚀"
34
34
./gradlew closeAndReleaseRepository
35
- echo "Released✅"
35
+ echo "Released ✅"
36
36
env :
37
37
ORG_GRADLE_PROJECT_VERSION_NAME : ${{ github.event.release.tag_name }}
38
38
ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
You can’t perform that action at this time.
0 commit comments