Skip to content

Commit 7c095be

Browse files
committed
run java client in jre17.
1 parent 884f4cf commit 7c095be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/gradle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
- name: Set up JDK
121121
uses: actions/setup-java@v3
122122
with:
123-
distribution: 'adopt-openj9'
124-
java-version: '8'
123+
distribution: 'adopt'
124+
java-version: '17'
125125
- uses: actions/download-artifact@v4
126126
with:
127127
name: singleton-service

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ Request for contributions from the community
103103
Sample application
104104
------------
105105
A sample application is provided [here](https://github.com/vmware/singleton/tree/g11n-java-client/sample-client-app).
106+

0 commit comments

Comments
 (0)