We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884f4cf commit 7c095beCopy full SHA for 7c095be
.github/workflows/gradle.yaml
@@ -120,8 +120,8 @@ jobs:
120
- name: Set up JDK
121
uses: actions/setup-java@v3
122
with:
123
- distribution: 'adopt-openj9'
124
- java-version: '8'
+ distribution: 'adopt'
+ java-version: '17'
125
- uses: actions/download-artifact@v4
126
127
name: singleton-service
README.md
@@ -103,3 +103,4 @@ Request for contributions from the community
103
Sample application
104
------------
105
A sample application is provided [here](https://github.com/vmware/singleton/tree/g11n-java-client/sample-client-app).
106
+
0 commit comments