We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78c14c commit 978cef3Copy full SHA for 978cef3
.github/workflows/complete-workflow.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/setup-java@v4
12
with:
13
java-version: '21'
14
- distribution: 'julu'
+ distribution: 'zulu'
15
cache: maven
16
- name: Build with Maven cloud
17
run: mvn -B verify sonar:sonar -Dsonar.projectKey=javaprojectreachability -Dsonar.organization=javaprojectreachability -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN
0 commit comments