Skip to content

Commit 188ad44

Browse files
Update gradle-publish.yml
1 parent 26e76db commit 188ad44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
- name: Set up JDK 17
27+
- name: Set up JDK 11
2828
uses: actions/setup-java@v4
2929
with:
30-
java-version: '17'
30+
java-version: '11'
3131
distribution: 'temurin'
3232
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
3333
settings-path: ${{ github.workspace }} # location for the settings.xml file

0 commit comments

Comments
 (0)