We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59707ee commit e10d808Copy full SHA for e10d808
.github/workflows/gradle-build-feature.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up JDK 21
24
uses: actions/setup-java@v4
25
with:
26
- distribution: 'adopt' # See 'Supported distributions' for available options
+ distribution: 'temurin' # See 'Supported distributions' for available options
27
java-version: 21
28
- name: Cache SonarQube packages
29
uses: actions/cache@v4
0 commit comments