We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b922e commit 3019696Copy full SHA for 3019696
1 file changed
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Set-Up JDK
33
uses: actions/setup-java@v4
34
with:
35
- distribution: 'temurin'
+ distribution: 'oracle'
36
java-version: '21'
37
architecture: x64
38
cache: 'gradle'
0 commit comments